Html Css Color HEX #42D74B Lime Green

📋 copy color: '#42D74B'

red 66 ◦ green 215 ◦ blue 75

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

Shades of Lime Green #42D74B

Tints of Lime Green #42D74B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 60.39%

 BLUE value IS 75 (29.69% from 255) = 21.07%

R = 18.54%
G = 60.39%
B = 21.07%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#42D74B (or 0x42D74B) is known color: Lime Green. HEX triplet: 42, D7 and 4B. RGB value is (66,215,75). Sum of RGB (Red+Green+Blue) = 66+215+75=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 215 (84.38% from 255 or 60.39% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 215 - color contains mainly: green. Hex color #42D74B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D74B is #BD28B4. Grayscale: #9A9A9A. Windows color (decimal): -12396725 or 4970306. OLE color: 4970306.

HSL color Cylindrical-coordinate representation of color #42D74B: hue angle of 123.62º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D74B is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 66 215 75 -
CMYK 0.69 0 0.65 0.16
HSL 123.62º 0.65% 0.55% -
HSV(B) 123.62º 0.69% 0.84% -
XYZ 27.82 50.27 14.89 -
YUV 154.49 83.14 64.88 -
System Red Green Blue C M Y K H S L
Decimal 66 215 75 0.69 0 0.65 0.16 123.62 0.65 0.55
Hex 42 D7 4B 45 0 41 10 7C 41 37
Octal 102 327 113 105 0 101 20 174 101 67
Binary 1000010 11010111 1001011 1000101 0 1000001 10000 1111100 1000001 110111

Color Harmonies of #42D74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D74B

Black with #42D74B

Text Example


Text Example

White with #42D74B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,215,75); }

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

background-color css

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

 a { background-color: rgb(66,215,75); }

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

border-color css

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

 span { border-color: rgb(66,215,75); }

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