Html Css Color HEX #2BAB04 Kelly Green

📋 copy color: '#2BAB04'

red 43 ◦ green 171 ◦ blue 4

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

Shades of Kelly Green #2BAB04

Tints of Kelly Green #2BAB04

RGB

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

 GREEN value IS 171 (67.19% from 255) = 78.44%

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

R = 19.72%
G = 78.44%
B = 1.83%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#2BAB04 (or 0x2BAB04) is known color: Kelly Green. HEX triplet: 2B, AB and 04. RGB value is (43,171,4). Sum of RGB (Red+Green+Blue) = 43+171+4=218 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.72% from 218); Green value is 171 (67.19% from 255 or 78.44% from 218); Blue value is 4 (1.95% from 255 or 1.83% from 218); Max value from RGB is 171 - color contains mainly: green. Hex color #2BAB04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BAB04 is #D454FB. Grayscale: #727272. Windows color (decimal): -13915388 or 305963. OLE color: 305963.

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

Color convert

RGB 43 171 4 -
CMYK 0.75 0 0.98 0.33
HSL 105.99º 0.95% 0.34% -
HSV(B) 105.99º 0.98% 0.67% -
XYZ 15.58 29.65 5.02 -
YUV 113.69 66.09 77.58 -
System Red Green Blue C M Y K H S L
Decimal 43 171 4 0.75 0 0.98 0.33 105.99 0.95 0.34
Hex 2B AB 4 4B 0 62 21 6A 5F 22
Octal 53 253 4 113 0 142 41 152 137 42
Binary 101011 10101011 100 1001011 0 1100010 100001 1101010 1011111 100010

Color Harmonies of #2BAB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAB04

Black with #2BAB04

Text Example


Text Example

White with #2BAB04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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