Html Css Color HEX #2CB50F Kelly Green

📋 copy color: '#2CB50F'

red 44 ◦ green 181 ◦ blue 15

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

Shades of Kelly Green #2CB50F

Tints of Kelly Green #2CB50F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 75.42%

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

R = 18.33%
G = 75.42%
B = 6.25%

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

#2CB50F (or 0x2CB50F) is known color: Kelly Green. HEX triplet: 2C, B5 and 0F. RGB value is (44,181,15). Sum of RGB (Red+Green+Blue) = 44+181+15=240 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.33% from 240); Green value is 181 (71.09% from 255 or 75.42% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB50F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CB50F is #D34AF0. Grayscale: #797979. Windows color (decimal): -13847281 or 1029420. OLE color: 1029420.

HSL color Cylindrical-coordinate representation of color #2CB50F: hue angle of 109.52º 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 #2CB50F is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 44 181 15 -
CMYK 0.76 0 0.92 0.29
HSL 109.52º 0.85% 0.38% -
HSV(B) 109.52º 0.92% 0.71% -
XYZ 17.65 33.62 6.01 -
YUV 121.11 68.11 73 -
System Red Green Blue C M Y K H S L
Decimal 44 181 15 0.76 0 0.92 0.29 109.52 0.85 0.38
Hex 2C B5 F 4C 0 5C 1D 6E 55 26
Octal 54 265 17 114 0 134 35 156 125 46
Binary 101100 10110101 1111 1001100 0 1011100 11101 1101110 1010101 100110

Color Harmonies of #2CB50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB50F

Black with #2CB50F

Text Example


Text Example

White with #2CB50F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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