Html Css Color HEX #2CBD34 Lime Green

📋 copy color: '#2CBD34'

red 44 ◦ green 189 ◦ blue 52

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

Shades of Lime Green #2CBD34

Tints of Lime Green #2CBD34

RGB

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

 GREEN value IS 189 (74.22% from 255) = 66.32%

 BLUE value IS 52 (20.7% from 255) = 18.25%

R = 15.44%
G = 66.32%
B = 18.25%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#2CBD34 (or 0x2CBD34) is known color: Lime Green. HEX triplet: 2C, BD and 34. RGB value is (44,189,52). Sum of RGB (Red+Green+Blue) = 44+189+52=285 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.44% from 285); Green value is 189 (74.22% from 255 or 66.32% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 189 - color contains mainly: green. Hex color #2CBD34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBD34 is #D342CB. Grayscale: #828282. Windows color (decimal): -13845196 or 3456300. OLE color: 3456300.

HSL color Cylindrical-coordinate representation of color #2CBD34: hue angle of 123.31º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBD34 is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 44 189 52 -
CMYK 0.77 0 0.72 0.26
HSL 123.31º 0.62% 0.46% -
HSV(B) 123.31º 0.77% 0.74% -
XYZ 19.86 37.18 9.38 -
YUV 130.03 83.96 66.64 -
System Red Green Blue C M Y K H S L
Decimal 44 189 52 0.77 0 0.72 0.26 123.31 0.62 0.46
Hex 2C BD 34 4D 0 48 1A 7B 3E 2E
Octal 54 275 64 115 0 110 32 173 76 56
Binary 101100 10111101 110100 1001101 0 1001000 11010 1111011 111110 101110

Color Harmonies of #2CBD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBD34

Black with #2CBD34

Text Example


Text Example

White with #2CBD34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,189,52); }

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

background-color css

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

 a { background-color: rgb(44,189,52); }

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

border-color css

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

 span { border-color: rgb(44,189,52); }

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