Html Css Color HEX #35FF42 Lime Green

📋 copy color: '#35FF42'

red 53 ◦ green 255 ◦ blue 66

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

Shades of Lime Green #35FF42

Tints of Lime Green #35FF42

RGB

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

 GREEN value IS 255 (100% from 255) = 68.18%

 BLUE value IS 66 (26.17% from 255) = 17.65%

R = 14.17%
G = 68.18%
B = 17.65%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#35FF42 (or 0x35FF42) is known color: Lime Green. HEX triplet: 35, FF and 42. RGB value is (53,255,66). Sum of RGB (Red+Green+Blue) = 53+255+66=374 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.17% from 374); Green value is 255 (100% from 255 or 68.18% from 374); Blue value is 66 (26.17% from 255 or 17.65% from 374); Max value from RGB is 255 - color contains mainly: green. Hex color #35FF42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35FF42 is #CA00BD. Grayscale: #ADADAD. Windows color (decimal): -13238462 or 4390709. OLE color: 4390709.

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

Color convert

RGB 53 255 66 -
CMYK 0.79 0 0.74 0
HSL 123.86º 1% 0.6% -
HSV(B) 123.86º 0.79% 1% -
XYZ 38.21 72.67 17.17 -
YUV 173.06 67.58 42.37 -
System Red Green Blue C M Y K H S L
Decimal 53 255 66 0.79 0 0.74 0 123.86 1 0.6
Hex 35 FF 42 4F 0 4A 0 7C 64 3C
Octal 65 377 102 117 0 112 0 174 144 74
Binary 110101 11111111 1000010 1001111 0 1001010 0 1111100 1100100 111100

Color Harmonies of #35FF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35FF42

Black with #35FF42

Text Example


Text Example

White with #35FF42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,255,66); }

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

background-color css

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

 a { background-color: rgb(53,255,66); }

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

border-color css

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

 span { border-color: rgb(53,255,66); }

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