Html Css Color HEX #2BC50C Kelly Green

📋 copy color: '#2BC50C'

red 43 ◦ green 197 ◦ blue 12

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

Shades of Kelly Green #2BC50C

Tints of Kelly Green #2BC50C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 78.17%

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

R = 17.06%
G = 78.17%
B = 4.76%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#2BC50C (or 0x2BC50C) is known color: Kelly Green. HEX triplet: 2B, C5 and 0C. RGB value is (43,197,12). Sum of RGB (Red+Green+Blue) = 43+197+12=252 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.06% from 252); Green value is 197 (77.34% from 255 or 78.17% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 197 - color contains mainly: green. Hex color #2BC50C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BC50C is #D43AF3. Grayscale: #828282. Windows color (decimal): -13908724 or 836907. OLE color: 836907.

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

Color convert

RGB 43 197 12 -
CMYK 0.78 0 0.94 0.23
HSL 109.95º 0.89% 0.41% -
HSV(B) 109.95º 0.94% 0.77% -
XYZ 21.03 40.47 7.05 -
YUV 129.86 61.48 66.04 -
System Red Green Blue C M Y K H S L
Decimal 43 197 12 0.78 0 0.94 0.23 109.95 0.89 0.41
Hex 2B C5 C 4E 0 5E 17 6E 59 29
Octal 53 305 14 116 0 136 27 156 131 51
Binary 101011 11000101 1100 1001110 0 1011110 10111 1101110 1011001 101001

Color Harmonies of #2BC50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC50C

Black with #2BC50C

Text Example


Text Example

White with #2BC50C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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