Html Css Color HEX #42BB2F Lime Green

📋 copy color: '#42BB2F'

red 66 ◦ green 187 ◦ blue 47

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

Shades of Lime Green #42BB2F

Tints of Lime Green #42BB2F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 62.33%

 BLUE value IS 47 (18.75% from 255) = 15.67%

R = 22%
G = 62.33%
B = 15.67%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#42BB2F (or 0x42BB2F) is known color: Lime Green. HEX triplet: 42, BB and 2F. RGB value is (66,187,47). Sum of RGB (Red+Green+Blue) = 66+187+47=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 187 (73.44% from 255 or 62.33% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 187 - color contains mainly: green. Hex color #42BB2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BB2F is #BD44D0. Grayscale: #878787. Windows color (decimal): -12403921 or 3128130. OLE color: 3128130.

HSL color Cylindrical-coordinate representation of color #42BB2F: hue angle of 111.86º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #42BB2F is Cyan = 0.65, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 187 47 -
CMYK 0.65 0 0.75 0.27
HSL 111.86º 0.6% 0.46% -
HSV(B) 111.86º 0.75% 0.73% -
XYZ 20.53 36.9 8.73 -
YUV 134.86 78.41 78.88 -
System Red Green Blue C M Y K H S L
Decimal 66 187 47 0.65 0 0.75 0.27 111.86 0.6 0.46
Hex 42 BB 2F 41 0 4B 1B 70 3C 2E
Octal 102 273 57 101 0 113 33 160 74 56
Binary 1000010 10111011 101111 1000001 0 1001011 11011 1110000 111100 101110

Color Harmonies of #42BB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BB2F

Black with #42BB2F

Text Example


Text Example

White with #42BB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,187,47); }

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

background-color css

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

 a { background-color: rgb(66,187,47); }

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

border-color css

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

 span { border-color: rgb(66,187,47); }

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