Html Css Color HEX #2CBC33 Lime Green

📋 copy color: '#2CBC33'

red 44 ◦ green 188 ◦ blue 51

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

Shades of Lime Green #2CBC33

Tints of Lime Green #2CBC33

RGB

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

 GREEN value IS 188 (73.83% from 255) = 66.43%

 BLUE value IS 51 (20.31% from 255) = 18.02%

R = 15.55%
G = 66.43%
B = 18.02%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#2CBC33 (or 0x2CBC33) is known color: Lime Green. HEX triplet: 2C, BC and 33. RGB value is (44,188,51). Sum of RGB (Red+Green+Blue) = 44+188+51=283 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.55% from 283); Green value is 188 (73.83% from 255 or 66.43% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 188 - color contains mainly: green. Hex color #2CBC33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBC33 is #D343CC. Grayscale: #818181. Windows color (decimal): -13845453 or 3390508. OLE color: 3390508.

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

Color convert

RGB 44 188 51 -
CMYK 0.77 0 0.73 0.26
HSL 122.92º 0.62% 0.45% -
HSV(B) 122.92º 0.77% 0.74% -
XYZ 19.62 36.74 9.19 -
YUV 129.33 83.79 67.14 -
System Red Green Blue C M Y K H S L
Decimal 44 188 51 0.77 0 0.73 0.26 122.92 0.62 0.45
Hex 2C BC 33 4D 0 49 1A 7B 3E 2D
Octal 54 274 63 115 0 111 32 173 76 55
Binary 101100 10111100 110011 1001101 0 1001001 11010 1111011 111110 101101

Color Harmonies of #2CBC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBC33

Black with #2CBC33

Text Example


Text Example

White with #2CBC33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,188,51); }

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

background-color css

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

 a { background-color: rgb(44,188,51); }

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

border-color css

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

 span { border-color: rgb(44,188,51); }

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