Html Css Color HEX #42D038 Lime Green

📋 copy color: '#42D038'

red 66 ◦ green 208 ◦ blue 56

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

Shades of Lime Green #42D038

Tints of Lime Green #42D038

RGB

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

 GREEN value IS 208 (81.64% from 255) = 63.03%

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

R = 20%
G = 63.03%
B = 16.97%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#42D038 (or 0x42D038) is known color: Lime Green. HEX triplet: 42, D0 and 38. RGB value is (66,208,56). Sum of RGB (Red+Green+Blue) = 66+208+56=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 208 (81.64% from 255 or 63.03% from 330); Blue value is 56 (22.27% from 255 or 16.97% from 330); Max value from RGB is 208 - color contains mainly: green. Hex color #42D038 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D038 is #BD2FC7. Grayscale: #949494. Windows color (decimal): -12398536 or 3723330. OLE color: 3723330.

HSL color Cylindrical-coordinate representation of color #42D038: hue angle of 116.05º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42D038 is Cyan = 0.68, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 66 208 56 -
CMYK 0.68 0 0.73 0.18
HSL 116.05º 0.62% 0.52% -
HSV(B) 116.05º 0.73% 0.82% -
XYZ 25.52 46.56 11.38 -
YUV 148.21 75.96 69.36 -
System Red Green Blue C M Y K H S L
Decimal 66 208 56 0.68 0 0.73 0.18 116.05 0.62 0.52
Hex 42 D0 38 44 0 49 12 74 3E 34
Octal 102 320 70 104 0 111 22 164 76 64
Binary 1000010 11010000 111000 1000100 0 1001001 10010 1110100 111110 110100

Color Harmonies of #42D038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D038

Black with #42D038

Text Example


Text Example

White with #42D038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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