Html Css Color HEX #2BC60C Kelly Green

📋 copy color: '#2BC60C'

red 43 ◦ green 198 ◦ blue 12

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

Shades of Kelly Green #2BC60C

Tints of Kelly Green #2BC60C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 78.26%

 BLUE value IS 12 (5.08% from 255) = 4.74%

R = 17%
G = 78.26%
B = 4.74%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#2BC60C (or 0x2BC60C) is known color: Kelly Green. HEX triplet: 2B, C6 and 0C. RGB value is (43,198,12). Sum of RGB (Red+Green+Blue) = 43+198+12=253 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.00% from 253); Green value is 198 (77.73% from 255 or 78.26% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 198 - color contains mainly: green. Hex color #2BC60C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BC60C is #D439F3. Grayscale: #838383. Windows color (decimal): -13908468 or 837163. OLE color: 837163.

HSL color Cylindrical-coordinate representation of color #2BC60C: hue angle of 110º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2BC60C is Cyan = 0.78, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 43 198 12 -
CMYK 0.78 0 0.94 0.22
HSL 110º 0.89% 0.41% -
HSV(B) 110º 0.94% 0.78% -
XYZ 21.26 40.93 7.13 -
YUV 130.45 61.15 65.62 -
System Red Green Blue C M Y K H S L
Decimal 43 198 12 0.78 0 0.94 0.22 110 0.89 0.41
Hex 2B C6 C 4E 0 5E 16 6E 59 29
Octal 53 306 14 116 0 136 26 156 131 51
Binary 101011 11000110 1100 1001110 0 1011110 10110 1101110 1011001 101001

Color Harmonies of #2BC60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC60C

Black with #2BC60C

Text Example


Text Example

White with #2BC60C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,198,12); }

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

background-color css

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

 a { background-color: rgb(43,198,12); }

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

border-color css

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

 span { border-color: rgb(43,198,12); }

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