Html Css Color HEX #2BC012 Kelly Green

📋 copy color: '#2BC012'

red 43 ◦ green 192 ◦ blue 18

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

Shades of Kelly Green #2BC012

Tints of Kelly Green #2BC012

RGB

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

 GREEN value IS 192 (75.39% from 255) = 75.89%

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

R = 17%
G = 75.89%
B = 7.11%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#2BC012 (or 0x2BC012) is known color: Kelly Green. HEX triplet: 2B, C0 and 12. RGB value is (43,192,18). Sum of RGB (Red+Green+Blue) = 43+192+18=253 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.00% from 253); Green value is 192 (75.39% from 255 or 75.89% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 192 - color contains mainly: green. Hex color #2BC012 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BC012 is #D43FED. Grayscale: #808080. Windows color (decimal): -13909998 or 1228843. OLE color: 1228843.

HSL color Cylindrical-coordinate representation of color #2BC012: hue angle of 111.38º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2BC012 is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 43 192 18 -
CMYK 0.78 0 0.91 0.25
HSL 111.38º 0.83% 0.41% -
HSV(B) 111.38º 0.91% 0.75% -
XYZ 19.96 38.26 6.9 -
YUV 127.61 66.14 67.65 -
System Red Green Blue C M Y K H S L
Decimal 43 192 18 0.78 0 0.91 0.25 111.38 0.83 0.41
Hex 2B C0 12 4E 0 5B 19 6F 53 29
Octal 53 300 22 116 0 133 31 157 123 51
Binary 101011 11000000 10010 1001110 0 1011011 11001 1101111 1010011 101001

Color Harmonies of #2BC012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC012

Black with #2BC012

Text Example


Text Example

White with #2BC012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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