Html Css Color HEX #2BCD12 Lime Green

📋 copy color: '#2BCD12'

red 43 ◦ green 205 ◦ blue 18

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

Shades of Lime Green #2BCD12

Tints of Lime Green #2BCD12

RGB

 RED value IS 43 (17.19% from 255) = 16.17%

 GREEN value IS 205 (80.47% from 255) = 77.07%

 BLUE value IS 18 (7.42% from 255) = 6.77%

R = 16.17%
G = 77.07%
B = 6.77%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#2BCD12 (or 0x2BCD12) is known color: Lime Green. HEX triplet: 2B, CD and 12. RGB value is (43,205,18). Sum of RGB (Red+Green+Blue) = 43+205+18=266 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.17% from 266); Green value is 205 (80.47% from 255 or 77.07% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 205 - color contains mainly: green. Hex color #2BCD12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BCD12 is #D432ED. Grayscale: #878787. Windows color (decimal): -13906670 or 1232171. OLE color: 1232171.

HSL color Cylindrical-coordinate representation of color #2BCD12: hue angle of 111.98º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2BCD12 is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 43 205 18 -
CMYK 0.79 0 0.91 0.20
HSL 111.98º 0.84% 0.44% -
HSV(B) 111.98º 0.91% 0.8% -
XYZ 22.94 44.22 7.9 -
YUV 135.24 61.83 62.21 -
System Red Green Blue C M Y K H S L
Decimal 43 205 18 0.79 0 0.91 0.20 111.98 0.84 0.44
Hex 2B CD 12 4F 0 5B 14 70 54 2C
Octal 53 315 22 117 0 133 24 160 124 54
Binary 101011 11001101 10010 1001111 0 1011011 10100 1110000 1010100 101100

Color Harmonies of #2BCD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCD12

Black with #2BCD12

Text Example


Text Example

White with #2BCD12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,205,18); }

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

background-color css

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

 a { background-color: rgb(43,205,18); }

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

border-color css

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

 span { border-color: rgb(43,205,18); }

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