Html Css Color HEX #2BA504 Kelly Green

📋 copy color: '#2BA504'

red 43 ◦ green 165 ◦ blue 4

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

Shades of Kelly Green #2BA504

Tints of Kelly Green #2BA504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.89%

R = 20.28%
G = 77.83%
B = 1.89%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#2BA504 (or 0x2BA504) is known color: Kelly Green. HEX triplet: 2B, A5 and 04. RGB value is (43,165,4). Sum of RGB (Red+Green+Blue) = 43+165+4=212 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.28% from 212); Green value is 165 (64.84% from 255 or 77.83% from 212); Blue value is 4 (1.95% from 255 or 1.89% from 212); Max value from RGB is 165 - color contains mainly: green. Hex color #2BA504 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BA504 is #D45AFB. Grayscale: #6E6E6E. Windows color (decimal): -13916924 or 304427. OLE color: 304427.

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

Color convert

RGB 43 165 4 -
CMYK 0.74 0 0.98 0.35
HSL 105.47º 0.95% 0.33% -
HSV(B) 105.47º 0.98% 0.65% -
XYZ 14.47 27.43 4.65 -
YUV 110.17 68.08 80.09 -
System Red Green Blue C M Y K H S L
Decimal 43 165 4 0.74 0 0.98 0.35 105.47 0.95 0.33
Hex 2B A5 4 4A 0 62 23 69 5F 21
Octal 53 245 4 112 0 142 43 151 137 41
Binary 101011 10100101 100 1001010 0 1100010 100011 1101001 1011111 100001

Color Harmonies of #2BA504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BA504

Black with #2BA504

Text Example


Text Example

White with #2BA504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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