Html Css Color HEX #42FE35 Lime Green

📋 copy color: '#42FE35'

red 66 ◦ green 254 ◦ blue 53

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

Shades of Lime Green #42FE35

Tints of Lime Green #42FE35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.21%

R = 17.69%
G = 68.1%
B = 14.21%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.79

 K value IS 0.00

RGB Variations

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

Color information

#42FE35 (or 0x42FE35) is known color: Lime Green. HEX triplet: 42, FE and 35. RGB value is (66,254,53). Sum of RGB (Red+Green+Blue) = 66+254+53=373 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.69% from 373); Green value is 254 (99.61% from 255 or 68.10% from 373); Blue value is 53 (21.09% from 255 or 14.21% from 373); Max value from RGB is 254 - color contains mainly: green. Hex color #42FE35 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FE35 is #BD01CA. Grayscale: #AFAFAF. Windows color (decimal): -12386763 or 3538498. OLE color: 3538498.

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

Color convert

RGB 66 254 53 -
CMYK 0.74 0 0.79 0.00
HSL 116.12º 0.99% 0.6% -
HSV(B) 116.12º 0.79% 1% -
XYZ 38.33 72.3 15.3 -
YUV 174.87 59.22 50.34 -
System Red Green Blue C M Y K H S L
Decimal 66 254 53 0.74 0 0.79 0.00 116.12 0.99 0.6
Hex 42 FE 35 4A 0 4F 0 74 63 3C
Octal 102 376 65 112 0 117 0 164 143 74
Binary 1000010 11111110 110101 1001010 0 1001111 0 1110100 1100011 111100

Color Harmonies of #42FE35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FE35

Black with #42FE35

Text Example


Text Example

White with #42FE35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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