Html Css Color HEX #2CB42D Lime Green

📋 copy color: '#2CB42D'

red 44 ◦ green 180 ◦ blue 45

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

Shades of Lime Green #2CB42D

Tints of Lime Green #2CB42D

RGB

 RED value IS 44 (17.58% from 255) = 16.36%

 GREEN value IS 180 (70.7% from 255) = 66.91%

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

R = 16.36%
G = 66.91%
B = 16.73%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#2CB42D (or 0x2CB42D) is known color: Lime Green. HEX triplet: 2C, B4 and 2D. RGB value is (44,180,45). Sum of RGB (Red+Green+Blue) = 44+180+45=269 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.36% from 269); Green value is 180 (70.70% from 255 or 66.91% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 180 - color contains mainly: green. Hex color #2CB42D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB42D is #D34BD2. Grayscale: #7C7C7C. Windows color (decimal): -13847507 or 2995244. OLE color: 2995244.

HSL color Cylindrical-coordinate representation of color #2CB42D: hue angle of 120.44º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB42D is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 44 180 45 -
CMYK 0.76 0 0.75 0.29
HSL 120.44º 0.61% 0.44% -
HSV(B) 120.44º 0.76% 0.71% -
XYZ 17.83 33.37 7.98 -
YUV 123.95 83.44 70.98 -
System Red Green Blue C M Y K H S L
Decimal 44 180 45 0.76 0 0.75 0.29 120.44 0.61 0.44
Hex 2C B4 2D 4C 0 4B 1D 78 3D 2C
Octal 54 264 55 114 0 113 35 170 75 54
Binary 101100 10110100 101101 1001100 0 1001011 11101 1111000 111101 101100

Color Harmonies of #2CB42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB42D

Black with #2CB42D

Text Example


Text Example

White with #2CB42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2CB42D; }

 p { color: rgb(44,180,45); }

 H1.HeaderClassName
 {
   color: #2CB42D;
 }
 .AnyTagClassName
 {
   color: #2CB42D;
 }
</style>

background-color css

<style>
 a { background-color: #2CB42D; }

 a { background-color: rgb(44,180,45); }

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

border-color css

<style>
 span { border-color: #2CB42D; }

 span { border-color: rgb(44,180,45); }

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