Html Css Color HEX #2CA700 Kelly Green

📋 copy color: '#2CA700'

red 44 ◦ green 167 ◦ blue 0

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

Shades of Kelly Green #2CA700

Tints of Kelly Green #2CA700

RGB

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

 GREEN value IS 167 (65.63% from 255) = 79.15%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 20.85%
G = 79.15%
B = 0%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#2CA700 (or 0x2CA700) is known color: Kelly Green. HEX triplet: 2C, A7 and 00. RGB value is (44,167,0). Sum of RGB (Red+Green+Blue) = 44+167+0=211 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.85% from 211); Green value is 167 (65.62% from 255 or 79.15% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 167 - color contains mainly: green. Hex color #2CA700 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CA700 is #D358FF. Grayscale: #6F6F6F. Windows color (decimal): -13850880 or 42796. OLE color: 42796.

HSL color Cylindrical-coordinate representation of color #2CA700: hue angle of 104.19º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2CA700 is Cyan = 0.74, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB 44 167 0 -
CMYK 0.74 0 1 0.35
HSL 104.19º 1% 0.33% -
HSV(B) 104.19º 1% 0.65% -
XYZ 14.86 28.17 4.65 -
YUV 111.19 65.25 80.08 -
System Red Green Blue C M Y K H S L
Decimal 44 167 0 0.74 0 1 0.35 104.19 1 0.33
Hex 2C A7 0 4A 0 64 23 68 64 21
Octal 54 247 0 112 0 144 43 150 144 41
Binary 101100 10100111 0 1001010 0 1100100 100011 1101000 1100100 100001

Color Harmonies of #2CA700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CA700

Black with #2CA700

Text Example


Text Example

White with #2CA700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,167,0); }

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

background-color css

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

 a { background-color: rgb(44,167,0); }

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

border-color css

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

 span { border-color: rgb(44,167,0); }

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