Html Css Color HEX #2BC000 Kelly Green

📋 copy color: '#2BC000'

red 43 ◦ green 192 ◦ blue 0

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

Shades of Kelly Green #2BC000

Tints of Kelly Green #2BC000

RGB

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

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

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

R = 18.3%
G = 81.7%
B = 0%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#2BC000 (or 0x2BC000) is known color: Kelly Green. HEX triplet: 2B, C0 and 00. RGB value is (43,192,0). Sum of RGB (Red+Green+Blue) = 43+192+0=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 192 (75.39% from 255 or 81.70% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 192 - color contains mainly: green. Hex color #2BC000 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BC000 is #D43FFF. Grayscale: #7E7E7E. Windows color (decimal): -13910016 or 49195. OLE color: 49195.

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

Color convert

RGB 43 192 0 -
CMYK 0.78 0 1 0.25
HSL 106.56º 1% 0.38% -
HSV(B) 106.56º 1% 0.75% -
XYZ 19.85 38.21 6.33 -
YUV 125.56 57.14 69.11 -
System Red Green Blue C M Y K H S L
Decimal 43 192 0 0.78 0 1 0.25 106.56 1 0.38
Hex 2B C0 0 4E 0 64 19 6B 64 26
Octal 53 300 0 116 0 144 31 153 144 46
Binary 101011 11000000 0 1001110 0 1100100 11001 1101011 1100100 100110

Color Harmonies of #2BC000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC000

Black with #2BC000

Text Example


Text Example

White with #2BC000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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