Html Css Color HEX #2CBC13 Kelly Green

📋 copy color: '#2CBC13'

red 44 ◦ green 188 ◦ blue 19

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

Shades of Kelly Green #2CBC13

Tints of Kelly Green #2CBC13

RGB

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

 GREEN value IS 188 (73.83% from 255) = 74.9%

 BLUE value IS 19 (7.81% from 255) = 7.57%

R = 17.53%
G = 74.9%
B = 7.57%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#2CBC13 (or 0x2CBC13) is known color: Kelly Green. HEX triplet: 2C, BC and 13. RGB value is (44,188,19). Sum of RGB (Red+Green+Blue) = 44+188+19=251 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.53% from 251); Green value is 188 (73.83% from 255 or 74.90% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 188 - color contains mainly: green. Hex color #2CBC13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CBC13 is #D343EC. Grayscale: #7E7E7E. Windows color (decimal): -13845485 or 1293356. OLE color: 1293356.

HSL color Cylindrical-coordinate representation of color #2CBC13: hue angle of 111.12º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2CBC13 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 44 188 19 -
CMYK 0.77 0 0.90 0.26
HSL 111.12º 0.82% 0.41% -
HSV(B) 111.12º 0.9% 0.74% -
XYZ 19.14 36.55 6.66 -
YUV 125.68 67.79 69.74 -
System Red Green Blue C M Y K H S L
Decimal 44 188 19 0.77 0 0.90 0.26 111.12 0.82 0.41
Hex 2C BC 13 4D 0 5A 1A 6F 52 29
Octal 54 274 23 115 0 132 32 157 122 51
Binary 101100 10111100 10011 1001101 0 1011010 11010 1101111 1010010 101001

Color Harmonies of #2CBC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBC13

Black with #2CBC13

Text Example


Text Example

White with #2CBC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,188,19); }

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

background-color css

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

 a { background-color: rgb(44,188,19); }

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

border-color css

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

 span { border-color: rgb(44,188,19); }

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