Html Css Color HEX #42BF45 Lime Green

📋 copy color: '#42BF45'

red 66 ◦ green 191 ◦ blue 69

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

Shades of Lime Green #42BF45

Tints of Lime Green #42BF45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.17%

R = 20.25%
G = 58.59%
B = 21.17%

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

#42BF45 (or 0x42BF45) is known color: Lime Green. HEX triplet: 42, BF and 45. RGB value is (66,191,69). Sum of RGB (Red+Green+Blue) = 66+191+69=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 191 (75% from 255 or 58.59% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 191 - color contains mainly: green. Hex color #42BF45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BF45 is #BD40BA. Grayscale: #8C8C8C. Windows color (decimal): -12402875 or 4570946. OLE color: 4570946.

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

Color convert

RGB 66 191 69 -
CMYK 0.65 0 0.64 0.25
HSL 121.44º 0.49% 0.5% -
HSV(B) 121.44º 0.65% 0.75% -
XYZ 21.95 38.85 11.97 -
YUV 139.72 88.09 75.42 -
System Red Green Blue C M Y K H S L
Decimal 66 191 69 0.65 0 0.64 0.25 121.44 0.49 0.5
Hex 42 BF 45 41 0 40 19 79 31 32
Octal 102 277 105 101 0 100 31 171 61 62
Binary 1000010 10111111 1000101 1000001 0 1000000 11001 1111001 110001 110010

Color Harmonies of #42BF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BF45

Black with #42BF45

Text Example


Text Example

White with #42BF45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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