Html Css Color HEX #2CBB15 Kelly Green

📋 copy color: '#2CBB15'

red 44 ◦ green 187 ◦ blue 21

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

Shades of Kelly Green #2CBB15

Tints of Kelly Green #2CBB15

RGB

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

 GREEN value IS 187 (73.44% from 255) = 74.21%

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

R = 17.46%
G = 74.21%
B = 8.33%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#2CBB15 (or 0x2CBB15) is known color: Kelly Green. HEX triplet: 2C, BB and 15. RGB value is (44,187,21). Sum of RGB (Red+Green+Blue) = 44+187+21=252 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.46% from 252); Green value is 187 (73.44% from 255 or 74.21% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 187 - color contains mainly: green. Hex color #2CBB15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CBB15 is #D344EA. Grayscale: #7D7D7D. Windows color (decimal): -13845739 or 1424172. OLE color: 1424172.

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

Color convert

RGB 44 187 21 -
CMYK 0.76 0 0.89 0.27
HSL 111.69º 0.8% 0.41% -
HSV(B) 111.69º 0.89% 0.73% -
XYZ 18.94 36.13 6.68 -
YUV 125.32 69.12 70 -
System Red Green Blue C M Y K H S L
Decimal 44 187 21 0.76 0 0.89 0.27 111.69 0.8 0.41
Hex 2C BB 15 4C 0 59 1B 70 50 29
Octal 54 273 25 114 0 131 33 160 120 51
Binary 101100 10111011 10101 1001100 0 1011001 11011 1110000 1010000 101001

Color Harmonies of #2CBB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBB15

Black with #2CBB15

Text Example


Text Example

White with #2CBB15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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