Html Css Color HEX #2ABB03 Kelly Green

📋 copy color: '#2ABB03'

red 42 ◦ green 187 ◦ blue 3

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

Shades of Kelly Green #2ABB03

Tints of Kelly Green #2ABB03

RGB

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

 GREEN value IS 187 (73.44% from 255) = 80.6%

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

R = 18.1%
G = 80.6%
B = 1.29%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#2ABB03 (or 0x2ABB03) is known color: Kelly Green. HEX triplet: 2A, BB and 03. RGB value is (42,187,3). Sum of RGB (Red+Green+Blue) = 42+187+3=232 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.10% from 232); Green value is 187 (73.44% from 255 or 80.60% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABB03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABB03 is #D544FC. Grayscale: #7B7B7B. Windows color (decimal): -13976829 or 244522. OLE color: 244522.

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

Color convert

RGB 42 187 3 -
CMYK 0.78 0 0.98 0.27
HSL 107.28º 0.97% 0.37% -
HSV(B) 107.28º 0.98% 0.73% -
XYZ 18.74 36.04 6.05 -
YUV 122.67 60.46 70.46 -
System Red Green Blue C M Y K H S L
Decimal 42 187 3 0.78 0 0.98 0.27 107.28 0.97 0.37
Hex 2A BB 3 4E 0 62 1B 6B 61 25
Octal 52 273 3 116 0 142 33 153 141 45
Binary 101010 10111011 11 1001110 0 1100010 11011 1101011 1100001 100101

Color Harmonies of #2ABB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABB03

Black with #2ABB03

Text Example


Text Example

White with #2ABB03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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