Html Css Color HEX #2AC00B Kelly Green

📋 copy color: '#2AC00B'

red 42 ◦ green 192 ◦ blue 11

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

Shades of Kelly Green #2AC00B

Tints of Kelly Green #2AC00B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 78.37%

 BLUE value IS 11 (4.69% from 255) = 4.49%

R = 17.14%
G = 78.37%
B = 4.49%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#2AC00B (or 0x2AC00B) is known color: Kelly Green. HEX triplet: 2A, C0 and 0B. RGB value is (42,192,11). Sum of RGB (Red+Green+Blue) = 42+192+11=245 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.14% from 245); Green value is 192 (75.39% from 255 or 78.37% from 245); Blue value is 11 (4.69% from 255 or 4.49% from 245); Max value from RGB is 192 - color contains mainly: green. Hex color #2AC00B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC00B is #D53FF4. Grayscale: #7F7F7F. Windows color (decimal): -13975541 or 770090. OLE color: 770090.

HSL color Cylindrical-coordinate representation of color #2AC00B: hue angle of 109.72º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2AC00B is Cyan = 0.78, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 42 192 11 -
CMYK 0.78 0 0.94 0.25
HSL 109.72º 0.89% 0.4% -
HSV(B) 109.72º 0.94% 0.75% -
XYZ 19.86 38.22 6.65 -
YUV 126.52 62.81 67.72 -
System Red Green Blue C M Y K H S L
Decimal 42 192 11 0.78 0 0.94 0.25 109.72 0.89 0.4
Hex 2A C0 B 4E 0 5E 19 6E 59 28
Octal 52 300 13 116 0 136 31 156 131 50
Binary 101010 11000000 1011 1001110 0 1011110 11001 1101110 1011001 101000

Color Harmonies of #2AC00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC00B

Black with #2AC00B

Text Example


Text Example

White with #2AC00B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,192,11); }

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

background-color css

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

 a { background-color: rgb(42,192,11); }

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

border-color css

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

 span { border-color: rgb(42,192,11); }

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