Html Css Color HEX #42DA4B Lime Green

📋 copy color: '#42DA4B'

red 66 ◦ green 218 ◦ blue 75

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

Shades of Lime Green #42DA4B

Tints of Lime Green #42DA4B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 60.72%

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

R = 18.38%
G = 60.72%
B = 20.89%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#42DA4B (or 0x42DA4B) is known color: Lime Green. HEX triplet: 42, DA and 4B. RGB value is (66,218,75). Sum of RGB (Red+Green+Blue) = 66+218+75=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 218 (85.55% from 255 or 60.72% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 218 - color contains mainly: green. Hex color #42DA4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42DA4B is #BD25B4. Grayscale: #9C9C9C. Windows color (decimal): -12395957 or 4971074. OLE color: 4971074.

HSL color Cylindrical-coordinate representation of color #42DA4B: hue angle of 123.55º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DA4B is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 218 75 -
CMYK 0.70 0 0.66 0.15
HSL 123.55º 0.67% 0.56% -
HSV(B) 123.55º 0.7% 0.85% -
XYZ 28.59 51.81 15.15 -
YUV 156.25 82.14 63.63 -
System Red Green Blue C M Y K H S L
Decimal 66 218 75 0.70 0 0.66 0.15 123.55 0.67 0.56
Hex 42 DA 4B 46 0 42 F 7C 43 38
Octal 102 332 113 106 0 102 17 174 103 70
Binary 1000010 11011010 1001011 1000110 0 1000010 1111 1111100 1000011 111000

Color Harmonies of #42DA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DA4B

Black with #42DA4B

Text Example


Text Example

White with #42DA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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