Html Css Color HEX #5FF225 Bright Green

📋 copy color: '#5FF225'

red 95 ◦ green 242 ◦ blue 37

#5FF225
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Green #5FF225

Tints of Bright Green #5FF225

RGB

 RED value IS 95 (37.5% from 255) = 25.4%

 GREEN value IS 242 (94.92% from 255) = 64.71%

 BLUE value IS 37 (14.84% from 255) = 9.89%

R = 25.4%
G = 64.71%
B = 9.89%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5FF225 (or 0x5FF225) is known color: Bright Green. HEX triplet: 5F, F2 and 25. RGB value is (95,242,37). Sum of RGB (Red+Green+Blue) = 95+242+37=374 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.40% from 374); Green value is 242 (94.92% from 255 or 64.71% from 374); Blue value is 37 (14.84% from 255 or 9.89% from 374); Max value from RGB is 242 - color contains mainly: green. Hex color #5FF225 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5FF225 is #A00DDA. Grayscale: #AFAFAF. Windows color (decimal): -10489307 or 2486879. OLE color: 2486879.

HSL color Cylindrical-coordinate representation of color #5FF225: hue angle of 103.02º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5FF225 is Cyan = 0.61, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 95 242 37 -
CMYK 0.61 0 0.85 0.05
HSL 103.02º 0.89% 0.55% -
HSV(B) 103.02º 0.85% 0.95% -
XYZ 36.81 66.07 12.56 -
YUV 174.68 50.3 71.17 -
System Red Green Blue C M Y K H S L
Decimal 95 242 37 0.61 0 0.85 0.05 103.02 0.89 0.55
Hex 5F F2 25 3D 0 55 5 67 59 37
Octal 137 362 45 75 0 125 5 147 131 67
Binary 1011111 11110010 100101 111101 0 1010101 101 1100111 1011001 110111

Color Harmonies of #5FF225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FF225

Black with #5FF225

Text Example


Text Example

White with #5FF225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FF225; }

 p { color: rgb(95,242,37); }

 H1.HeaderClassName
 {
   color: #5FF225;
 }
 .AnyTagClassName
 {
   color: #5FF225;
 }
</style>

background-color css

<style>
 a { background-color: #5FF225; }

 a { background-color: rgb(95,242,37); }

 div.DivClassName
 {
   background-color: #5FF225;
 }
 .BgClassName
 {
   background-color: #5FF225;
 }
</style>

border-color css

<style>
 span { border-color: #5FF225; }

 span { border-color: rgb(95,242,37); }

 td.TdClassName
 {
   border-color: #5FF225;
 }
 .TagClassName
 {
   border-color: #5FF225;
 }
</style>