Html Css Color HEX #2BC00A Kelly Green

📋 copy color: '#2BC00A'

red 43 ◦ green 192 ◦ blue 10

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

Shades of Kelly Green #2BC00A

Tints of Kelly Green #2BC00A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.08%

R = 17.55%
G = 78.37%
B = 4.08%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#2BC00A (or 0x2BC00A) is known color: Kelly Green. HEX triplet: 2B, C0 and 0A. RGB value is (43,192,10). Sum of RGB (Red+Green+Blue) = 43+192+10=245 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.55% from 245); Green value is 192 (75.39% from 255 or 78.37% from 245); Blue value is 10 (4.30% from 255 or 4.08% from 245); Max value from RGB is 192 - color contains mainly: green. Hex color #2BC00A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BC00A is #D43FF5. Grayscale: #7F7F7F. Windows color (decimal): -13910006 or 704555. OLE color: 704555.

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

Color convert

RGB 43 192 10 -
CMYK 0.78 0 0.95 0.25
HSL 109.12º 0.9% 0.4% -
HSV(B) 109.12º 0.95% 0.75% -
XYZ 19.9 38.23 6.62 -
YUV 126.7 62.14 68.3 -
System Red Green Blue C M Y K H S L
Decimal 43 192 10 0.78 0 0.95 0.25 109.12 0.9 0.4
Hex 2B C0 A 4E 0 5F 19 6D 5A 28
Octal 53 300 12 116 0 137 31 155 132 50
Binary 101011 11000000 1010 1001110 0 1011111 11001 1101101 1011010 101000

Color Harmonies of #2BC00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC00A

Black with #2BC00A

Text Example


Text Example

White with #2BC00A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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