Html Css Color HEX #2ABC12 Kelly Green

📋 copy color: '#2ABC12'

red 42 ◦ green 188 ◦ blue 18

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

Shades of Kelly Green #2ABC12

Tints of Kelly Green #2ABC12

RGB

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

 GREEN value IS 188 (73.83% from 255) = 75.81%

 BLUE value IS 18 (7.42% from 255) = 7.26%

R = 16.94%
G = 75.81%
B = 7.26%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#2ABC12 (or 0x2ABC12) is known color: Kelly Green. HEX triplet: 2A, BC and 12. RGB value is (42,188,18). Sum of RGB (Red+Green+Blue) = 42+188+18=248 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.94% from 248); Green value is 188 (73.83% from 255 or 75.81% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 188 - color contains mainly: green. Hex color #2ABC12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABC12 is #D543ED. Grayscale: #7D7D7D. Windows color (decimal): -13976558 or 1227818. OLE color: 1227818.

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

Color convert

RGB 42 188 18 -
CMYK 0.78 0 0.90 0.26
HSL 111.53º 0.83% 0.4% -
HSV(B) 111.53º 0.9% 0.74% -
XYZ 19.05 36.5 6.61 -
YUV 124.97 67.63 68.82 -
System Red Green Blue C M Y K H S L
Decimal 42 188 18 0.78 0 0.90 0.26 111.53 0.83 0.4
Hex 2A BC 12 4E 0 5A 1A 70 53 28
Octal 52 274 22 116 0 132 32 160 123 50
Binary 101010 10111100 10010 1001110 0 1011010 11010 1110000 1010011 101000

Color Harmonies of #2ABC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABC12

Black with #2ABC12

Text Example


Text Example

White with #2ABC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,188,18); }

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

background-color css

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

 a { background-color: rgb(42,188,18); }

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

border-color css

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

 span { border-color: rgb(42,188,18); }

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