Html Css Color HEX #2CBC3B Lime Green

📋 copy color: '#2CBC3B'

red 44 ◦ green 188 ◦ blue 59

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

Shades of Lime Green #2CBC3B

Tints of Lime Green #2CBC3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.27%

R = 15.12%
G = 64.6%
B = 20.27%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#2CBC3B (or 0x2CBC3B) is known color: Lime Green. HEX triplet: 2C, BC and 3B. RGB value is (44,188,59). Sum of RGB (Red+Green+Blue) = 44+188+59=291 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.12% from 291); Green value is 188 (73.83% from 255 or 64.60% from 291); Blue value is 59 (23.44% from 255 or 20.27% from 291); Max value from RGB is 188 - color contains mainly: green. Hex color #2CBC3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBC3B is #D343C4. Grayscale: #828282. Windows color (decimal): -13845445 or 3914796. OLE color: 3914796.

HSL color Cylindrical-coordinate representation of color #2CBC3B: hue angle of 126.25º 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 #2CBC3B is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 44 188 59 -
CMYK 0.77 0 0.69 0.26
HSL 126.25º 0.62% 0.45% -
HSV(B) 126.25º 0.77% 0.74% -
XYZ 19.81 36.82 10.2 -
YUV 130.24 87.79 66.49 -
System Red Green Blue C M Y K H S L
Decimal 44 188 59 0.77 0 0.69 0.26 126.25 0.62 0.45
Hex 2C BC 3B 4D 0 45 1A 7E 3E 2D
Octal 54 274 73 115 0 105 32 176 76 55
Binary 101100 10111100 111011 1001101 0 1000101 11010 1111110 111110 101101

Color Harmonies of #2CBC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBC3B

Black with #2CBC3B

Text Example


Text Example

White with #2CBC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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