Html Css Color HEX #42BB2D Lime Green

📋 copy color: '#42BB2D'

red 66 ◦ green 187 ◦ blue 45

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

Shades of Lime Green #42BB2D

Tints of Lime Green #42BB2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.1%

R = 22.15%
G = 62.75%
B = 15.1%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#42BB2D (or 0x42BB2D) is known color: Lime Green. HEX triplet: 42, BB and 2D. RGB value is (66,187,45). Sum of RGB (Red+Green+Blue) = 66+187+45=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 187 (73.44% from 255 or 62.75% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 187 - color contains mainly: green. Hex color #42BB2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BB2D is #BD44D2. Grayscale: #878787. Windows color (decimal): -12403923 or 2997058. OLE color: 2997058.

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

Color convert

RGB 66 187 45 -
CMYK 0.65 0 0.76 0.27
HSL 111.13º 0.61% 0.45% -
HSV(B) 111.13º 0.76% 0.73% -
XYZ 20.49 36.89 8.52 -
YUV 134.63 77.41 79.05 -
System Red Green Blue C M Y K H S L
Decimal 66 187 45 0.65 0 0.76 0.27 111.13 0.61 0.45
Hex 42 BB 2D 41 0 4C 1B 6F 3D 2D
Octal 102 273 55 101 0 114 33 157 75 55
Binary 1000010 10111011 101101 1000001 0 1001100 11011 1101111 111101 101101

Color Harmonies of #42BB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BB2D

Black with #42BB2D

Text Example


Text Example

White with #42BB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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