Html Css Color HEX #2ABD04 Kelly Green

📋 copy color: '#2ABD04'

red 42 ◦ green 189 ◦ blue 4

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

Shades of Kelly Green #2ABD04

Tints of Kelly Green #2ABD04

RGB

 RED value IS 42 (16.8% from 255) = 17.87%

 GREEN value IS 189 (74.22% from 255) = 80.43%

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

R = 17.87%
G = 80.43%
B = 1.7%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#2ABD04 (or 0x2ABD04) is known color: Kelly Green. HEX triplet: 2A, BD and 04. RGB value is (42,189,4). Sum of RGB (Red+Green+Blue) = 42+189+4=235 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.87% from 235); Green value is 189 (74.22% from 255 or 80.43% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 189 - color contains mainly: green. Hex color #2ABD04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABD04 is #D542FB. Grayscale: #7C7C7C. Windows color (decimal): -13976316 or 310570. OLE color: 310570.

HSL color Cylindrical-coordinate representation of color #2ABD04: hue angle of 107.68º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2ABD04 is Cyan = 0.78, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 42 189 4 -
CMYK 0.78 0 0.98 0.26
HSL 107.68º 0.96% 0.38% -
HSV(B) 107.68º 0.98% 0.74% -
XYZ 19.17 36.9 6.23 -
YUV 123.96 60.3 69.54 -
System Red Green Blue C M Y K H S L
Decimal 42 189 4 0.78 0 0.98 0.26 107.68 0.96 0.38
Hex 2A BD 4 4E 0 62 1A 6C 60 26
Octal 52 275 4 116 0 142 32 154 140 46
Binary 101010 10111101 100 1001110 0 1100010 11010 1101100 1100000 100110

Color Harmonies of #2ABD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABD04

Black with #2ABD04

Text Example


Text Example

White with #2ABD04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,189,4); }

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

background-color css

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

 a { background-color: rgb(42,189,4); }

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

border-color css

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

 span { border-color: rgb(42,189,4); }

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