Html Css Color HEX #2BC500 Kelly Green

📋 copy color: '#2BC500'

red 43 ◦ green 197 ◦ blue 0

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

Shades of Kelly Green #2BC500

Tints of Kelly Green #2BC500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 17.92%
G = 82.08%
B = 0%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#2BC500 (or 0x2BC500) is known color: Kelly Green. HEX triplet: 2B, C5 and 00. RGB value is (43,197,0). Sum of RGB (Red+Green+Blue) = 43+197+0=240 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.92% from 240); Green value is 197 (77.34% from 255 or 82.08% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 197 - color contains mainly: green. Hex color #2BC500 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BC500 is #D43AFF. Grayscale: #818181. Windows color (decimal): -13908736 or 50475. OLE color: 50475.

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

Color convert

RGB 43 197 0 -
CMYK 0.78 0 1 0.23
HSL 106.9º 1% 0.39% -
HSV(B) 106.9º 1% 0.77% -
XYZ 20.96 40.45 6.7 -
YUV 128.5 55.48 67.02 -
System Red Green Blue C M Y K H S L
Decimal 43 197 0 0.78 0 1 0.23 106.9 1 0.39
Hex 2B C5 0 4E 0 64 17 6B 64 27
Octal 53 305 0 116 0 144 27 153 144 47
Binary 101011 11000101 0 1001110 0 1100100 10111 1101011 1100100 100111

Color Harmonies of #2BC500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC500

Black with #2BC500

Text Example


Text Example

White with #2BC500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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