Html Css Color HEX #42FE38 Lime Green

📋 copy color: '#42FE38'

red 66 ◦ green 254 ◦ blue 56

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

Shades of Lime Green #42FE38

Tints of Lime Green #42FE38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.89%

R = 17.55%
G = 67.55%
B = 14.89%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.78

 K value IS 0.00

RGB Variations

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

Color information

#42FE38 (or 0x42FE38) is known color: Lime Green. HEX triplet: 42, FE and 38. RGB value is (66,254,56). Sum of RGB (Red+Green+Blue) = 66+254+56=376 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.55% from 376); Green value is 254 (99.61% from 255 or 67.55% from 376); Blue value is 56 (22.27% from 255 or 14.89% from 376); Max value from RGB is 254 - color contains mainly: green. Hex color #42FE38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FE38 is #BD01C7. Grayscale: #AFAFAF. Windows color (decimal): -12386760 or 3735106. OLE color: 3735106.

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

Color convert

RGB 66 254 56 -
CMYK 0.74 0 0.78 0.00
HSL 116.97º 0.99% 0.61% -
HSV(B) 116.97º 0.78% 1% -
XYZ 38.4 72.33 15.68 -
YUV 175.22 60.72 50.1 -
System Red Green Blue C M Y K H S L
Decimal 66 254 56 0.74 0 0.78 0.00 116.97 0.99 0.61
Hex 42 FE 38 4A 0 4E 0 75 63 3D
Octal 102 376 70 112 0 116 0 165 143 75
Binary 1000010 11111110 111000 1001010 0 1001110 0 1110101 1100011 111101

Color Harmonies of #42FE38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FE38

Black with #42FE38

Text Example


Text Example

White with #42FE38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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