Html Css Color HEX #2ABC03 Kelly Green

📋 copy color: '#2ABC03'

red 42 ◦ green 188 ◦ blue 3

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

Shades of Kelly Green #2ABC03

Tints of Kelly Green #2ABC03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.29%

R = 18.03%
G = 80.69%
B = 1.29%

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

#2ABC03 (or 0x2ABC03) is known color: Kelly Green. HEX triplet: 2A, BC and 03. RGB value is (42,188,3). Sum of RGB (Red+Green+Blue) = 42+188+3=233 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.03% from 233); Green value is 188 (73.83% from 255 or 80.69% from 233); Blue value is 3 (1.56% from 255 or 1.29% from 233); Max value from RGB is 188 - color contains mainly: green. Hex color #2ABC03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABC03 is #D543FC. Grayscale: #7B7B7B. Windows color (decimal): -13976573 or 244778. OLE color: 244778.

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

Color convert

RGB 42 188 3 -
CMYK 0.78 0 0.98 0.26
HSL 107.35º 0.97% 0.37% -
HSV(B) 107.35º 0.98% 0.74% -
XYZ 18.95 36.47 6.13 -
YUV 123.26 60.13 70.04 -
System Red Green Blue C M Y K H S L
Decimal 42 188 3 0.78 0 0.98 0.26 107.35 0.97 0.37
Hex 2A BC 3 4E 0 62 1A 6B 61 25
Octal 52 274 3 116 0 142 32 153 141 45
Binary 101010 10111100 11 1001110 0 1100010 11010 1101011 1100001 100101

Color Harmonies of #2ABC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABC03

Black with #2ABC03

Text Example


Text Example

White with #2ABC03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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