Html Css Color HEX #2ABE05 Kelly Green

📋 copy color: '#2ABE05'

red 42 ◦ green 190 ◦ blue 5

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

Shades of Kelly Green #2ABE05

Tints of Kelly Green #2ABE05

RGB

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

 GREEN value IS 190 (74.61% from 255) = 80.17%

 BLUE value IS 5 (2.34% from 255) = 2.11%

R = 17.72%
G = 80.17%
B = 2.11%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#2ABE05 (or 0x2ABE05) is known color: Kelly Green. HEX triplet: 2A, BE and 05. RGB value is (42,190,5). Sum of RGB (Red+Green+Blue) = 42+190+5=237 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.72% from 237); Green value is 190 (74.61% from 255 or 80.17% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABE05 is #D541FA. Grayscale: #7D7D7D. Windows color (decimal): -13976059 or 376362. OLE color: 376362.

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

Color convert

RGB 42 190 5 -
CMYK 0.78 0 0.97 0.25
HSL 108º 0.95% 0.38% -
HSV(B) 108º 0.97% 0.75% -
XYZ 19.4 37.33 6.33 -
YUV 124.66 60.47 69.04 -
System Red Green Blue C M Y K H S L
Decimal 42 190 5 0.78 0 0.97 0.25 108 0.95 0.38
Hex 2A BE 5 4E 0 61 19 6C 5F 26
Octal 52 276 5 116 0 141 31 154 137 46
Binary 101010 10111110 101 1001110 0 1100001 11001 1101100 1011111 100110

Color Harmonies of #2ABE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABE05

Black with #2ABE05

Text Example


Text Example

White with #2ABE05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,190,5); }

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

background-color css

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

 a { background-color: rgb(42,190,5); }

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

border-color css

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

 span { border-color: rgb(42,190,5); }

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