Html Css Color HEX #2CB70F Kelly Green

📋 copy color: '#2CB70F'

red 44 ◦ green 183 ◦ blue 15

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

Shades of Kelly Green #2CB70F

Tints of Kelly Green #2CB70F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 75.62%

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

R = 18.18%
G = 75.62%
B = 6.2%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#2CB70F (or 0x2CB70F) is known color: Kelly Green. HEX triplet: 2C, B7 and 0F. RGB value is (44,183,15). Sum of RGB (Red+Green+Blue) = 44+183+15=242 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.18% from 242); Green value is 183 (71.88% from 255 or 75.62% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB70F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CB70F is #D348F0. Grayscale: #7A7A7A. Windows color (decimal): -13846769 or 1029932. OLE color: 1029932.

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

Color convert

RGB 44 183 15 -
CMYK 0.76 0 0.92 0.28
HSL 109.64º 0.85% 0.39% -
HSV(B) 109.64º 0.92% 0.72% -
XYZ 18.06 34.44 6.15 -
YUV 122.29 67.45 72.16 -
System Red Green Blue C M Y K H S L
Decimal 44 183 15 0.76 0 0.92 0.28 109.64 0.85 0.39
Hex 2C B7 F 4C 0 5C 1C 6E 55 27
Octal 54 267 17 114 0 134 34 156 125 47
Binary 101100 10110111 1111 1001100 0 1011100 11100 1101110 1010101 100111

Color Harmonies of #2CB70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB70F

Black with #2CB70F

Text Example


Text Example

White with #2CB70F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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