Html Css Color HEX #2BA702 Kelly Green

📋 copy color: '#2BA702'

red 43 ◦ green 167 ◦ blue 2

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

Shades of Kelly Green #2BA702

Tints of Kelly Green #2BA702

RGB

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

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

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

R = 20.28%
G = 78.77%
B = 0.94%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#2BA702 (or 0x2BA702) is known color: Kelly Green. HEX triplet: 2B, A7 and 02. RGB value is (43,167,2). Sum of RGB (Red+Green+Blue) = 43+167+2=212 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.28% from 212); Green value is 167 (65.62% from 255 or 78.77% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 167 - color contains mainly: green. Hex color #2BA702 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BA702 is #D458FD. Grayscale: #6F6F6F. Windows color (decimal): -13916414 or 173867. OLE color: 173867.

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

Color convert

RGB 43 167 2 -
CMYK 0.74 0 0.99 0.35
HSL 105.09º 0.98% 0.33% -
HSV(B) 105.09º 0.99% 0.65% -
XYZ 14.83 28.16 4.71 -
YUV 111.11 66.42 79.42 -
System Red Green Blue C M Y K H S L
Decimal 43 167 2 0.74 0 0.99 0.35 105.09 0.98 0.33
Hex 2B A7 2 4A 0 63 23 69 62 21
Octal 53 247 2 112 0 143 43 151 142 41
Binary 101011 10100111 10 1001010 0 1100011 100011 1101001 1100010 100001

Color Harmonies of #2BA702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BA702

Black with #2BA702

Text Example


Text Example

White with #2BA702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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