Html Css Color HEX #2CBC0D Kelly Green

📋 copy color: '#2CBC0D'

red 44 ◦ green 188 ◦ blue 13

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

Shades of Kelly Green #2CBC0D

Tints of Kelly Green #2CBC0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.31%

R = 17.96%
G = 76.73%
B = 5.31%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#2CBC0D (or 0x2CBC0D) is known color: Kelly Green. HEX triplet: 2C, BC and 0D. RGB value is (44,188,13). Sum of RGB (Red+Green+Blue) = 44+188+13=245 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.96% from 245); Green value is 188 (73.83% from 255 or 76.73% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 188 - color contains mainly: green. Hex color #2CBC0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CBC0D is #D343F2. Grayscale: #7D7D7D. Windows color (decimal): -13845491 or 900140. OLE color: 900140.

HSL color Cylindrical-coordinate representation of color #2CBC0D: hue angle of 109.37º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2CBC0D is Cyan = 0.77, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 44 188 13 -
CMYK 0.77 0 0.93 0.26
HSL 109.37º 0.87% 0.39% -
HSV(B) 109.37º 0.93% 0.74% -
XYZ 19.09 36.53 6.43 -
YUV 124.99 64.79 70.23 -
System Red Green Blue C M Y K H S L
Decimal 44 188 13 0.77 0 0.93 0.26 109.37 0.87 0.39
Hex 2C BC D 4D 0 5D 1A 6D 57 27
Octal 54 274 15 115 0 135 32 155 127 47
Binary 101100 10111100 1101 1001101 0 1011101 11010 1101101 1010111 100111

Color Harmonies of #2CBC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBC0D

Black with #2CBC0D

Text Example


Text Example

White with #2CBC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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