Html Css Color HEX #35FB3C Lime Green

📋 copy color: '#35FB3C'

red 53 ◦ green 251 ◦ blue 60

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

Shades of Lime Green #35FB3C

Tints of Lime Green #35FB3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.48%

R = 14.56%
G = 68.96%
B = 16.48%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#35FB3C (or 0x35FB3C) is known color: Lime Green. HEX triplet: 35, FB and 3C. RGB value is (53,251,60). Sum of RGB (Red+Green+Blue) = 53+251+60=364 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.56% from 364); Green value is 251 (98.44% from 255 or 68.96% from 364); Blue value is 60 (23.83% from 255 or 16.48% from 364); Max value from RGB is 251 - color contains mainly: green. Hex color #35FB3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35FB3C is #CA04C3. Grayscale: #AAAAAA. Windows color (decimal): -13239492 or 3996469. OLE color: 3996469.

HSL color Cylindrical-coordinate representation of color #35FB3C: hue angle of 122.12º 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 #35FB3C is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 53 251 60 -
CMYK 0.79 0 0.76 0.02
HSL 122.12º 0.96% 0.6% -
HSV(B) 122.12º 0.79% 0.98% -
XYZ 36.78 70.08 15.86 -
YUV 170.02 65.9 44.53 -
System Red Green Blue C M Y K H S L
Decimal 53 251 60 0.79 0 0.76 0.02 122.12 0.96 0.6
Hex 35 FB 3C 4F 0 4C 2 7A 60 3C
Octal 65 373 74 117 0 114 2 172 140 74
Binary 110101 11111011 111100 1001111 0 1001100 10 1111010 1100000 111100

Color Harmonies of #35FB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35FB3C

Black with #35FB3C

Text Example


Text Example

White with #35FB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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