Html Css Color HEX #2CBC41 Lime Green

📋 copy color: '#2CBC41'

red 44 ◦ green 188 ◦ blue 65

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

Shades of Lime Green #2CBC41

Tints of Lime Green #2CBC41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.89%

R = 14.81%
G = 63.3%
B = 21.89%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#2CBC41 (or 0x2CBC41) is known color: Lime Green. HEX triplet: 2C, BC and 41. RGB value is (44,188,65). Sum of RGB (Red+Green+Blue) = 44+188+65=297 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.81% from 297); Green value is 188 (73.83% from 255 or 63.30% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 188 - color contains mainly: green. Hex color #2CBC41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBC41 is #D343BE. Grayscale: #838383. Windows color (decimal): -13845439 or 4308012. OLE color: 4308012.

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

Color convert

RGB 44 188 65 -
CMYK 0.77 0 0.65 0.26
HSL 128.75º 0.62% 0.45% -
HSV(B) 128.75º 0.77% 0.74% -
XYZ 19.98 36.88 11.07 -
YUV 130.92 90.79 66 -
System Red Green Blue C M Y K H S L
Decimal 44 188 65 0.77 0 0.65 0.26 128.75 0.62 0.45
Hex 2C BC 41 4D 0 41 1A 81 3E 2D
Octal 54 274 101 115 0 101 32 201 76 55
Binary 101100 10111100 1000001 1001101 0 1000001 11010 10000001 111110 101101

Color Harmonies of #2CBC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBC41

Black with #2CBC41

Text Example


Text Example

White with #2CBC41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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