Html Css Color HEX #2ABC07 Kelly Green

📋 copy color: '#2ABC07'

red 42 ◦ green 188 ◦ blue 7

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

Shades of Kelly Green #2ABC07

Tints of Kelly Green #2ABC07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.95%

R = 17.72%
G = 79.32%
B = 2.95%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#2ABC07 (or 0x2ABC07) is known color: Kelly Green. HEX triplet: 2A, BC and 07. RGB value is (42,188,7). Sum of RGB (Red+Green+Blue) = 42+188+7=237 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.72% from 237); Green value is 188 (73.83% from 255 or 79.32% from 237); Blue value is 7 (3.12% from 255 or 2.95% from 237); Max value from RGB is 188 - color contains mainly: green. Hex color #2ABC07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABC07 is #D543F8. Grayscale: #7C7C7C. Windows color (decimal): -13976569 or 506922. OLE color: 506922.

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

Color convert

RGB 42 188 7 -
CMYK 0.78 0 0.96 0.26
HSL 108.4º 0.93% 0.38% -
HSV(B) 108.4º 0.96% 0.74% -
XYZ 18.98 36.47 6.24 -
YUV 123.71 62.13 69.72 -
System Red Green Blue C M Y K H S L
Decimal 42 188 7 0.78 0 0.96 0.26 108.4 0.93 0.38
Hex 2A BC 7 4E 0 60 1A 6C 5D 26
Octal 52 274 7 116 0 140 32 154 135 46
Binary 101010 10111100 111 1001110 0 1100000 11010 1101100 1011101 100110

Color Harmonies of #2ABC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABC07

Black with #2ABC07

Text Example


Text Example

White with #2ABC07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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