Html Css Color HEX #42FD36 Lime Green

📋 copy color: '#42FD36'

red 66 ◦ green 253 ◦ blue 54

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

Shades of Lime Green #42FD36

Tints of Lime Green #42FD36

RGB

 RED value IS 66 (26.17% from 255) = 17.69%

 GREEN value IS 253 (99.22% from 255) = 67.83%

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

R = 17.69%
G = 67.83%
B = 14.48%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#42FD36 (or 0x42FD36) is known color: Lime Green. HEX triplet: 42, FD and 36. RGB value is (66,253,54). Sum of RGB (Red+Green+Blue) = 66+253+54=373 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.69% from 373); Green value is 253 (99.22% from 255 or 67.83% from 373); Blue value is 54 (21.48% from 255 or 14.48% from 373); Max value from RGB is 253 - color contains mainly: green. Hex color #42FD36 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FD36 is #BD02C9. Grayscale: #AFAFAF. Windows color (decimal): -12387018 or 3603778. OLE color: 3603778.

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

Color convert

RGB 66 253 54 -
CMYK 0.74 0 0.79 0.01
HSL 116.38º 0.98% 0.6% -
HSV(B) 116.38º 0.79% 0.99% -
XYZ 38.04 71.68 15.32 -
YUV 174.4 60.05 50.68 -
System Red Green Blue C M Y K H S L
Decimal 66 253 54 0.74 0 0.79 0.01 116.38 0.98 0.6
Hex 42 FD 36 4A 0 4F 1 74 62 3C
Octal 102 375 66 112 0 117 1 164 142 74
Binary 1000010 11111101 110110 1001010 0 1001111 1 1110100 1100010 111100

Color Harmonies of #42FD36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FD36

Black with #42FD36

Text Example


Text Example

White with #42FD36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42FD36; }

 p { color: rgb(66,253,54); }

 H1.HeaderClassName
 {
   color: #42FD36;
 }
 .AnyTagClassName
 {
   color: #42FD36;
 }
</style>

background-color css

<style>
 a { background-color: #42FD36; }

 a { background-color: rgb(66,253,54); }

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

border-color css

<style>
 span { border-color: #42FD36; }

 span { border-color: rgb(66,253,54); }

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