Html Css Color HEX #2ABD0D Kelly Green

📋 copy color: '#2ABD0D'

red 42 ◦ green 189 ◦ blue 13

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

Shades of Kelly Green #2ABD0D

Tints of Kelly Green #2ABD0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.33%

R = 17.21%
G = 77.46%
B = 5.33%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#2ABD0D (or 0x2ABD0D) is known color: Kelly Green. HEX triplet: 2A, BD and 0D. RGB value is (42,189,13). Sum of RGB (Red+Green+Blue) = 42+189+13=244 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.21% from 244); Green value is 189 (74.22% from 255 or 77.46% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 189 - color contains mainly: green. Hex color #2ABD0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABD0D is #D542F2. Grayscale: #7D7D7D. Windows color (decimal): -13976307 or 900394. OLE color: 900394.

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

Color convert

RGB 42 189 13 -
CMYK 0.78 0 0.93 0.26
HSL 110.11º 0.87% 0.4% -
HSV(B) 110.11º 0.93% 0.74% -
XYZ 19.23 36.92 6.49 -
YUV 124.98 64.8 68.81 -
System Red Green Blue C M Y K H S L
Decimal 42 189 13 0.78 0 0.93 0.26 110.11 0.87 0.4
Hex 2A BD D 4E 0 5D 1A 6E 57 28
Octal 52 275 15 116 0 135 32 156 127 50
Binary 101010 10111101 1101 1001110 0 1011101 11010 1101110 1010111 101000

Color Harmonies of #2ABD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABD0D

Black with #2ABD0D

Text Example


Text Example

White with #2ABD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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