Html Css Color HEX #2BC802 Kelly Green

📋 copy color: '#2BC802'

red 43 ◦ green 200 ◦ blue 2

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

Shades of Kelly Green #2BC802

Tints of Kelly Green #2BC802

RGB

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

 GREEN value IS 200 (78.52% from 255) = 81.63%

 BLUE value IS 2 (1.17% from 255) = 0.82%

R = 17.55%
G = 81.63%
B = 0.82%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#2BC802 (or 0x2BC802) is known color: Kelly Green. HEX triplet: 2B, C8 and 02. RGB value is (43,200,2). Sum of RGB (Red+Green+Blue) = 43+200+2=245 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.55% from 245); Green value is 200 (78.52% from 255 or 81.63% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 200 - color contains mainly: green. Hex color #2BC802 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BC802 is #D437FD. Grayscale: #838383. Windows color (decimal): -13907966 or 182315. OLE color: 182315.

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

Color convert

RGB 43 200 2 -
CMYK 0.78 0 0.99 0.22
HSL 107.58º 0.98% 0.4% -
HSV(B) 107.58º 0.99% 0.78% -
XYZ 21.66 41.83 6.99 -
YUV 130.49 55.49 65.6 -
System Red Green Blue C M Y K H S L
Decimal 43 200 2 0.78 0 0.99 0.22 107.58 0.98 0.4
Hex 2B C8 2 4E 0 63 16 6C 62 28
Octal 53 310 2 116 0 143 26 154 142 50
Binary 101011 11001000 10 1001110 0 1100011 10110 1101100 1100010 101000

Color Harmonies of #2BC802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC802

Black with #2BC802

Text Example


Text Example

White with #2BC802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,200,2); }

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

background-color css

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

 a { background-color: rgb(43,200,2); }

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

border-color css

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

 span { border-color: rgb(43,200,2); }

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