Html Css Color HEX #2CBC18 Lime Green

📋 copy color: '#2CBC18'

red 44 ◦ green 188 ◦ blue 24

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

Shades of Lime Green #2CBC18

Tints of Lime Green #2CBC18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.38%

R = 17.19%
G = 73.44%
B = 9.38%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#2CBC18 (or 0x2CBC18) is known color: Lime Green. HEX triplet: 2C, BC and 18. RGB value is (44,188,24). Sum of RGB (Red+Green+Blue) = 44+188+24=256 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.19% from 256); Green value is 188 (73.83% from 255 or 73.44% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 188 - color contains mainly: green. Hex color #2CBC18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CBC18 is #D343E7. Grayscale: #7E7E7E. Windows color (decimal): -13845480 or 1621036. OLE color: 1621036.

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

Color convert

RGB 44 188 24 -
CMYK 0.77 0 0.87 0.26
HSL 112.68º 0.77% 0.42% -
HSV(B) 112.68º 0.87% 0.74% -
XYZ 19.19 36.57 6.91 -
YUV 126.25 70.29 69.34 -
System Red Green Blue C M Y K H S L
Decimal 44 188 24 0.77 0 0.87 0.26 112.68 0.77 0.42
Hex 2C BC 18 4D 0 57 1A 71 4D 2A
Octal 54 274 30 115 0 127 32 161 115 52
Binary 101100 10111100 11000 1001101 0 1010111 11010 1110001 1001101 101010

Color Harmonies of #2CBC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBC18

Black with #2CBC18

Text Example


Text Example

White with #2CBC18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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