Html Css Color HEX #2CC505 Kelly Green

📋 copy color: '#2CC505'

red 44 ◦ green 197 ◦ blue 5

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

Shades of Kelly Green #2CC505

Tints of Kelly Green #2CC505

RGB

 RED value IS 44 (17.58% from 255) = 17.89%

 GREEN value IS 197 (77.34% from 255) = 80.08%

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

R = 17.89%
G = 80.08%
B = 2.03%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#2CC505 (or 0x2CC505) is known color: Kelly Green. HEX triplet: 2C, C5 and 05. RGB value is (44,197,5). Sum of RGB (Red+Green+Blue) = 44+197+5=246 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.89% from 246); Green value is 197 (77.34% from 255 or 80.08% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 197 - color contains mainly: green. Hex color #2CC505 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CC505 is #D33AFA. Grayscale: #818181. Windows color (decimal): -13843195 or 378156. OLE color: 378156.

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

Color convert

RGB 44 197 5 -
CMYK 0.78 0 0.97 0.23
HSL 107.81º 0.95% 0.4% -
HSV(B) 107.81º 0.97% 0.77% -
XYZ 21.03 40.48 6.85 -
YUV 129.37 57.81 67.11 -
System Red Green Blue C M Y K H S L
Decimal 44 197 5 0.78 0 0.97 0.23 107.81 0.95 0.4
Hex 2C C5 5 4E 0 61 17 6C 5F 28
Octal 54 305 5 116 0 141 27 154 137 50
Binary 101100 11000101 101 1001110 0 1100001 10111 1101100 1011111 101000

Color Harmonies of #2CC505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC505

Black with #2CC505

Text Example


Text Example

White with #2CC505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,197,5); }

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

background-color css

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

 a { background-color: rgb(44,197,5); }

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

border-color css

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

 span { border-color: rgb(44,197,5); }

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