Html Css Color HEX #2CB515 Kelly Green

📋 copy color: '#2CB515'

red 44 ◦ green 181 ◦ blue 21

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

Shades of Kelly Green #2CB515

Tints of Kelly Green #2CB515

RGB

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

 GREEN value IS 181 (71.09% from 255) = 73.58%

 BLUE value IS 21 (8.59% from 255) = 8.54%

R = 17.89%
G = 73.58%
B = 8.54%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#2CB515 (or 0x2CB515) is known color: Kelly Green. HEX triplet: 2C, B5 and 15. RGB value is (44,181,21). Sum of RGB (Red+Green+Blue) = 44+181+21=246 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.89% from 246); Green value is 181 (71.09% from 255 or 73.58% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB515 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CB515 is #D34AEA. Grayscale: #7A7A7A. Windows color (decimal): -13847275 or 1422636. OLE color: 1422636.

HSL color Cylindrical-coordinate representation of color #2CB515: hue angle of 111.38º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2CB515 is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 44 181 21 -
CMYK 0.76 0 0.88 0.29
HSL 111.38º 0.79% 0.4% -
HSV(B) 111.38º 0.88% 0.71% -
XYZ 17.7 33.64 6.27 -
YUV 121.8 71.11 72.51 -
System Red Green Blue C M Y K H S L
Decimal 44 181 21 0.76 0 0.88 0.29 111.38 0.79 0.4
Hex 2C B5 15 4C 0 58 1D 6F 4F 28
Octal 54 265 25 114 0 130 35 157 117 50
Binary 101100 10110101 10101 1001100 0 1011000 11101 1101111 1001111 101000

Color Harmonies of #2CB515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB515

Black with #2CB515

Text Example


Text Example

White with #2CB515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,181,21); }

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

background-color css

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

 a { background-color: rgb(44,181,21); }

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

border-color css

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

 span { border-color: rgb(44,181,21); }

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