Html Css Color HEX #35FB36 Lime Green

📋 copy color: '#35FB36'

red 53 ◦ green 251 ◦ blue 54

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

Shades of Lime Green #35FB36

Tints of Lime Green #35FB36

RGB

 RED value IS 53 (21.09% from 255) = 14.8%

 GREEN value IS 251 (98.44% from 255) = 70.11%

 BLUE value IS 54 (21.48% from 255) = 15.08%

R = 14.8%
G = 70.11%
B = 15.08%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#35FB36 (or 0x35FB36) is known color: Lime Green. HEX triplet: 35, FB and 36. RGB value is (53,251,54). Sum of RGB (Red+Green+Blue) = 53+251+54=358 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.80% from 358); Green value is 251 (98.44% from 255 or 70.11% from 358); Blue value is 54 (21.48% from 255 or 15.08% from 358); Max value from RGB is 251 - color contains mainly: green. Hex color #35FB36 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35FB36 is #CA04C9. Grayscale: #A9A9A9. Windows color (decimal): -13239498 or 3603253. OLE color: 3603253.

HSL color Cylindrical-coordinate representation of color #35FB36: hue angle of 120.3º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FB36 is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.

Color convert

RGB 53 251 54 -
CMYK 0.79 0 0.78 0.02
HSL 120.3º 0.96% 0.6% -
HSV(B) 120.3º 0.79% 0.98% -
XYZ 36.63 70.02 15.07 -
YUV 169.34 62.9 45.02 -
System Red Green Blue C M Y K H S L
Decimal 53 251 54 0.79 0 0.78 0.02 120.3 0.96 0.6
Hex 35 FB 36 4F 0 4E 2 78 60 3C
Octal 65 373 66 117 0 116 2 170 140 74
Binary 110101 11111011 110110 1001111 0 1001110 10 1111000 1100000 111100

Color Harmonies of #35FB36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35FB36

Black with #35FB36

Text Example


Text Example

White with #35FB36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35FB36; }

 p { color: rgb(53,251,54); }

 H1.HeaderClassName
 {
   color: #35FB36;
 }
 .AnyTagClassName
 {
   color: #35FB36;
 }
</style>

background-color css

<style>
 a { background-color: #35FB36; }

 a { background-color: rgb(53,251,54); }

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

border-color css

<style>
 span { border-color: #35FB36; }

 span { border-color: rgb(53,251,54); }

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