Html Css Color HEX #42CF4D Lime Green

📋 copy color: '#42CF4D'

red 66 ◦ green 207 ◦ blue 77

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

Shades of Lime Green #42CF4D

Tints of Lime Green #42CF4D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 59.14%

 BLUE value IS 77 (30.47% from 255) = 22%

R = 18.86%
G = 59.14%
B = 22%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#42CF4D (or 0x42CF4D) is known color: Lime Green. HEX triplet: 42, CF and 4D. RGB value is (66,207,77). Sum of RGB (Red+Green+Blue) = 66+207+77=350 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.86% from 350); Green value is 207 (81.25% from 255 or 59.14% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 207 - color contains mainly: green. Hex color #42CF4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CF4D is #BD30B2. Grayscale: #969696. Windows color (decimal): -12398771 or 5099330. OLE color: 5099330.

HSL color Cylindrical-coordinate representation of color #42CF4D: hue angle of 124.68º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CF4D is Cyan = 0.68, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 207 77 -
CMYK 0.68 0 0.63 0.19
HSL 124.68º 0.59% 0.54% -
HSV(B) 124.68º 0.68% 0.81% -
XYZ 25.9 46.32 14.6 -
YUV 150.02 86.79 68.07 -
System Red Green Blue C M Y K H S L
Decimal 66 207 77 0.68 0 0.63 0.19 124.68 0.59 0.54
Hex 42 CF 4D 44 0 3F 13 7D 3B 36
Octal 102 317 115 104 0 77 23 175 73 66
Binary 1000010 11001111 1001101 1000100 0 111111 10011 1111101 111011 110110

Color Harmonies of #42CF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CF4D

Black with #42CF4D

Text Example


Text Example

White with #42CF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,207,77); }

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

background-color css

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

 a { background-color: rgb(66,207,77); }

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

border-color css

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

 span { border-color: rgb(66,207,77); }

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