Html Css Color HEX #42FE33 Lime Green

📋 copy color: '#42FE33'

red 66 ◦ green 254 ◦ blue 51

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

Shades of Lime Green #42FE33

Tints of Lime Green #42FE33

RGB

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

 GREEN value IS 254 (99.61% from 255) = 68.46%

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

R = 17.79%
G = 68.46%
B = 13.75%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#42FE33 (or 0x42FE33) is known color: Lime Green. HEX triplet: 42, FE and 33. RGB value is (66,254,51). Sum of RGB (Red+Green+Blue) = 66+254+51=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 254 (99.61% from 255 or 68.46% from 371); Blue value is 51 (20.31% from 255 or 13.75% from 371); Max value from RGB is 254 - color contains mainly: green. Hex color #42FE33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FE33 is #BD01CC. Grayscale: #AFAFAF. Windows color (decimal): -12386765 or 3407426. OLE color: 3407426.

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

Color convert

RGB 66 254 51 -
CMYK 0.74 0 0.80 0.00
HSL 115.57º 0.99% 0.6% -
HSV(B) 115.57º 0.8% 1% -
XYZ 38.29 72.28 15.07 -
YUV 174.65 58.22 50.51 -
System Red Green Blue C M Y K H S L
Decimal 66 254 51 0.74 0 0.80 0.00 115.57 0.99 0.6
Hex 42 FE 33 4A 0 50 0 74 63 3C
Octal 102 376 63 112 0 120 0 164 143 74
Binary 1000010 11111110 110011 1001010 0 1010000 0 1110100 1100011 111100

Color Harmonies of #42FE33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FE33

Black with #42FE33

Text Example


Text Example

White with #42FE33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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