Html Css Color HEX #42CF44 Lime Green

📋 copy color: '#42CF44'

red 66 ◦ green 207 ◦ blue 68

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

Shades of Lime Green #42CF44

Tints of Lime Green #42CF44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.94%

R = 19.35%
G = 60.7%
B = 19.94%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#42CF44 (or 0x42CF44) is known color: Lime Green. HEX triplet: 42, CF and 44. RGB value is (66,207,68). Sum of RGB (Red+Green+Blue) = 66+207+68=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 207 (81.25% from 255 or 60.70% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 207 - color contains mainly: green. Hex color #42CF44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CF44 is #BD30BB. Grayscale: #959595. Windows color (decimal): -12398780 or 4509506. OLE color: 4509506.

HSL color Cylindrical-coordinate representation of color #42CF44: hue angle of 120.85º 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 #42CF44 is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 207 68 -
CMYK 0.68 0 0.67 0.19
HSL 120.85º 0.59% 0.54% -
HSV(B) 120.85º 0.68% 0.81% -
XYZ 25.6 46.2 13.04 -
YUV 149 82.29 68.8 -
System Red Green Blue C M Y K H S L
Decimal 66 207 68 0.68 0 0.67 0.19 120.85 0.59 0.54
Hex 42 CF 44 44 0 43 13 79 3B 36
Octal 102 317 104 104 0 103 23 171 73 66
Binary 1000010 11001111 1000100 1000100 0 1000011 10011 1111001 111011 110110

Color Harmonies of #42CF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CF44

Black with #42CF44

Text Example


Text Example

White with #42CF44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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