Html Css Color HEX #42D64B Lime Green

📋 copy color: '#42D64B'

red 66 ◦ green 214 ◦ blue 75

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

Shades of Lime Green #42D64B

Tints of Lime Green #42D64B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 60.28%

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

R = 18.59%
G = 60.28%
B = 21.13%

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

#42D64B (or 0x42D64B) is known color: Lime Green. HEX triplet: 42, D6 and 4B. RGB value is (66,214,75). Sum of RGB (Red+Green+Blue) = 66+214+75=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 214 (83.98% from 255 or 60.28% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 214 - color contains mainly: green. Hex color #42D64B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D64B is #BD29B4. Grayscale: #9A9A9A. Windows color (decimal): -12396981 or 4970050. OLE color: 4970050.

HSL color Cylindrical-coordinate representation of color #42D64B: hue angle of 123.65º degrees, saturation: 0.64, 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 #42D64B is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 66 214 75 -
CMYK 0.69 0 0.65 0.16
HSL 123.65º 0.64% 0.55% -
HSV(B) 123.65º 0.69% 0.84% -
XYZ 27.56 49.76 14.81 -
YUV 153.9 83.47 65.3 -
System Red Green Blue C M Y K H S L
Decimal 66 214 75 0.69 0 0.65 0.16 123.65 0.64 0.55
Hex 42 D6 4B 45 0 41 10 7C 40 37
Octal 102 326 113 105 0 101 20 174 100 67
Binary 1000010 11010110 1001011 1000101 0 1000001 10000 1111100 1000000 110111

Color Harmonies of #42D64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D64B

Black with #42D64B

Text Example


Text Example

White with #42D64B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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