Html Css Color HEX #42FC33 Lime Green

📋 copy color: '#42FC33'

red 66 ◦ green 252 ◦ blue 51

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

Shades of Lime Green #42FC33

Tints of Lime Green #42FC33

RGB

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

 GREEN value IS 252 (98.83% from 255) = 68.29%

 BLUE value IS 51 (20.31% from 255) = 13.82%

R = 17.89%
G = 68.29%
B = 13.82%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#42FC33 (or 0x42FC33) is known color: Lime Green. HEX triplet: 42, FC and 33. RGB value is (66,252,51). Sum of RGB (Red+Green+Blue) = 66+252+51=369 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.89% from 369); Green value is 252 (98.83% from 255 or 68.29% from 369); Blue value is 51 (20.31% from 255 or 13.82% from 369); Max value from RGB is 252 - color contains mainly: green. Hex color #42FC33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FC33 is #BD03CC. Grayscale: #AEAEAE. Windows color (decimal): -12387277 or 3406914. OLE color: 3406914.

HSL color Cylindrical-coordinate representation of color #42FC33: hue angle of 115.52º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #42FC33 is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB 66 252 51 -
CMYK 0.74 0 0.80 0.01
HSL 115.52º 0.97% 0.59% -
HSV(B) 115.52º 0.8% 0.99% -
XYZ 37.65 71.02 14.86 -
YUV 173.47 58.88 51.34 -
System Red Green Blue C M Y K H S L
Decimal 66 252 51 0.74 0 0.80 0.01 115.52 0.97 0.59
Hex 42 FC 33 4A 0 50 1 74 61 3B
Octal 102 374 63 112 0 120 1 164 141 73
Binary 1000010 11111100 110011 1001010 0 1010000 1 1110100 1100001 111011

Color Harmonies of #42FC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FC33

Black with #42FC33

Text Example


Text Example

White with #42FC33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,252,51); }

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

background-color css

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

 a { background-color: rgb(66,252,51); }

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

border-color css

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

 span { border-color: rgb(66,252,51); }

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