Html Css Color HEX #2BA700 Kelly Green

📋 copy color: '#2BA700'

red 43 ◦ green 167 ◦ blue 0

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

Shades of Kelly Green #2BA700

Tints of Kelly Green #2BA700

RGB

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

 GREEN value IS 167 (65.63% from 255) = 79.52%

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

R = 20.48%
G = 79.52%
B = 0%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#2BA700 (or 0x2BA700) is known color: Kelly Green. HEX triplet: 2B, A7 and 00. RGB value is (43,167,0). Sum of RGB (Red+Green+Blue) = 43+167+0=210 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.48% from 210); Green value is 167 (65.62% from 255 or 79.52% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 167 - color contains mainly: green. Hex color #2BA700 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BA700 is #D458FF. Grayscale: #6F6F6F. Windows color (decimal): -13916416 or 42795. OLE color: 42795.

HSL color Cylindrical-coordinate representation of color #2BA700: hue angle of 104.55º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2BA700 is Cyan = 0.74, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB 43 167 0 -
CMYK 0.74 0 1 0.35
HSL 104.55º 1% 0.33% -
HSV(B) 104.55º 1% 0.65% -
XYZ 14.81 28.15 4.65 -
YUV 110.89 65.42 79.58 -
System Red Green Blue C M Y K H S L
Decimal 43 167 0 0.74 0 1 0.35 104.55 1 0.33
Hex 2B A7 0 4A 0 64 23 69 64 21
Octal 53 247 0 112 0 144 43 151 144 41
Binary 101011 10100111 0 1001010 0 1100100 100011 1101001 1100100 100001

Color Harmonies of #2BA700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BA700

Black with #2BA700

Text Example


Text Example

White with #2BA700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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