Html Css Color HEX #42BF44 Lime Green

📋 copy color: '#42BF44'

red 66 ◦ green 191 ◦ blue 68

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

Shades of Lime Green #42BF44

Tints of Lime Green #42BF44

RGB

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

 GREEN value IS 191 (75% from 255) = 58.77%

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

R = 20.31%
G = 58.77%
B = 20.92%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#42BF44 (or 0x42BF44) is known color: Lime Green. HEX triplet: 42, BF and 44. RGB value is (66,191,68). Sum of RGB (Red+Green+Blue) = 66+191+68=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 191 (75% from 255 or 58.77% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 191 - color contains mainly: green. Hex color #42BF44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BF44 is #BD40BB. Grayscale: #8B8B8B. Windows color (decimal): -12402876 or 4505410. OLE color: 4505410.

HSL color Cylindrical-coordinate representation of color #42BF44: hue angle of 120.96º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BF44 is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 191 68 -
CMYK 0.65 0 0.64 0.25
HSL 120.96º 0.49% 0.5% -
HSV(B) 120.96º 0.65% 0.75% -
XYZ 21.92 38.84 11.81 -
YUV 139.6 87.59 75.5 -
System Red Green Blue C M Y K H S L
Decimal 66 191 68 0.65 0 0.64 0.25 120.96 0.49 0.5
Hex 42 BF 44 41 0 40 19 79 31 32
Octal 102 277 104 101 0 100 31 171 61 62
Binary 1000010 10111111 1000100 1000001 0 1000000 11001 1111001 110001 110010

Color Harmonies of #42BF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BF44

Black with #42BF44

Text Example


Text Example

White with #42BF44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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