Html Css Color HEX #2CB910 Kelly Green

📋 copy color: '#2CB910'

red 44 ◦ green 185 ◦ blue 16

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

Shades of Kelly Green #2CB910

Tints of Kelly Green #2CB910

RGB

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

 GREEN value IS 185 (72.66% from 255) = 75.51%

 BLUE value IS 16 (6.64% from 255) = 6.53%

R = 17.96%
G = 75.51%
B = 6.53%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#2CB910 (or 0x2CB910) is known color: Kelly Green. HEX triplet: 2C, B9 and 10. RGB value is (44,185,16). Sum of RGB (Red+Green+Blue) = 44+185+16=245 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.96% from 245); Green value is 185 (72.66% from 255 or 75.51% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 185 - color contains mainly: green. Hex color #2CB910 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CB910 is #D346EF. Grayscale: #7C7C7C. Windows color (decimal): -13846256 or 1095980. OLE color: 1095980.

HSL color Cylindrical-coordinate representation of color #2CB910: hue angle of 110.06º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2CB910 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 44 185 16 -
CMYK 0.76 0 0.91 0.27
HSL 110.06º 0.84% 0.39% -
HSV(B) 110.06º 0.91% 0.73% -
XYZ 18.48 35.27 6.32 -
YUV 123.58 67.29 71.24 -
System Red Green Blue C M Y K H S L
Decimal 44 185 16 0.76 0 0.91 0.27 110.06 0.84 0.39
Hex 2C B9 10 4C 0 5B 1B 6E 54 27
Octal 54 271 20 114 0 133 33 156 124 47
Binary 101100 10111001 10000 1001100 0 1011011 11011 1101110 1010100 100111

Color Harmonies of #2CB910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB910

Black with #2CB910

Text Example


Text Example

White with #2CB910

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,185,16); }

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

background-color css

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

 a { background-color: rgb(44,185,16); }

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

border-color css

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

 span { border-color: rgb(44,185,16); }

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