Html Css Color HEX #2CB40F Kelly Green

📋 copy color: '#2CB40F'

red 44 ◦ green 180 ◦ blue 15

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

Shades of Kelly Green #2CB40F

Tints of Kelly Green #2CB40F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 75.31%

 BLUE value IS 15 (6.25% from 255) = 6.28%

R = 18.41%
G = 75.31%
B = 6.28%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#2CB40F (or 0x2CB40F) is known color: Kelly Green. HEX triplet: 2C, B4 and 0F. RGB value is (44,180,15). Sum of RGB (Red+Green+Blue) = 44+180+15=239 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.41% from 239); Green value is 180 (70.70% from 255 or 75.31% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 180 - color contains mainly: green. Hex color #2CB40F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CB40F is #D34BF0. Grayscale: #797979. Windows color (decimal): -13847537 or 1029164. OLE color: 1029164.

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

Color convert

RGB 44 180 15 -
CMYK 0.76 0 0.92 0.29
HSL 109.45º 0.85% 0.38% -
HSV(B) 109.45º 0.92% 0.71% -
XYZ 17.45 33.21 5.94 -
YUV 120.53 68.44 73.42 -
System Red Green Blue C M Y K H S L
Decimal 44 180 15 0.76 0 0.92 0.29 109.45 0.85 0.38
Hex 2C B4 F 4C 0 5C 1D 6D 55 26
Octal 54 264 17 114 0 134 35 155 125 46
Binary 101100 10110100 1111 1001100 0 1011100 11101 1101101 1010101 100110

Color Harmonies of #2CB40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB40F

Black with #2CB40F

Text Example


Text Example

White with #2CB40F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,180,15); }

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

background-color css

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

 a { background-color: rgb(44,180,15); }

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

border-color css

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

 span { border-color: rgb(44,180,15); }

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