Html Css Color HEX #2BA502 Kelly Green

📋 copy color: '#2BA502'

red 43 ◦ green 165 ◦ blue 2

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

Shades of Kelly Green #2BA502

Tints of Kelly Green #2BA502

RGB

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

 GREEN value IS 165 (64.84% from 255) = 78.57%

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

R = 20.48%
G = 78.57%
B = 0.95%

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

#2BA502 (or 0x2BA502) is known color: Kelly Green. HEX triplet: 2B, A5 and 02. RGB value is (43,165,2). Sum of RGB (Red+Green+Blue) = 43+165+2=210 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.48% from 210); Green value is 165 (64.84% from 255 or 78.57% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 165 - color contains mainly: green. Hex color #2BA502 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BA502 is #D45AFD. Grayscale: #6E6E6E. Windows color (decimal): -13916926 or 173355. OLE color: 173355.

HSL color Cylindrical-coordinate representation of color #2BA502: hue angle of 104.91º 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 #2BA502 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 43 165 2 -
CMYK 0.74 0 0.99 0.35
HSL 104.91º 0.98% 0.33% -
HSV(B) 104.91º 0.99% 0.65% -
XYZ 14.46 27.43 4.59 -
YUV 109.94 67.08 80.25 -
System Red Green Blue C M Y K H S L
Decimal 43 165 2 0.74 0 0.99 0.35 104.91 0.98 0.33
Hex 2B A5 2 4A 0 63 23 69 62 21
Octal 53 245 2 112 0 143 43 151 142 41
Binary 101011 10100101 10 1001010 0 1100011 100011 1101001 1100010 100001

Color Harmonies of #2BA502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BA502

Black with #2BA502

Text Example


Text Example

White with #2BA502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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