Html Css Color HEX #2FBC0E Kelly Green

📋 copy color: '#2FBC0E'

red 47 ◦ green 188 ◦ blue 14

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

Shades of Kelly Green #2FBC0E

Tints of Kelly Green #2FBC0E

RGB

 RED value IS 47 (18.75% from 255) = 18.88%

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

 BLUE value IS 14 (5.86% from 255) = 5.62%

R = 18.88%
G = 75.5%
B = 5.62%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#2FBC0E (or 0x2FBC0E) is known color: Kelly Green. HEX triplet: 2F, BC and 0E. RGB value is (47,188,14). Sum of RGB (Red+Green+Blue) = 47+188+14=249 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.88% from 249); Green value is 188 (73.83% from 255 or 75.50% from 249); Blue value is 14 (5.86% from 255 or 5.62% from 249); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FBC0E is #D043F1. Grayscale: #7E7E7E. Windows color (decimal): -13648882 or 965679. OLE color: 965679.

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

Color convert

RGB 47 188 14 -
CMYK 0.75 0 0.93 0.26
HSL 108.62º 0.86% 0.4% -
HSV(B) 108.62º 0.93% 0.74% -
XYZ 19.23 36.6 6.47 -
YUV 126.01 64.79 71.65 -
System Red Green Blue C M Y K H S L
Decimal 47 188 14 0.75 0 0.93 0.26 108.62 0.86 0.4
Hex 2F BC E 4B 0 5D 1A 6D 56 28
Octal 57 274 16 113 0 135 32 155 126 50
Binary 101111 10111100 1110 1001011 0 1011101 11010 1101101 1010110 101000

Color Harmonies of #2FBC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBC0E

Black with #2FBC0E

Text Example


Text Example

White with #2FBC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,188,14); }

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

background-color css

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

 a { background-color: rgb(47,188,14); }

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

border-color css

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

 span { border-color: rgb(47,188,14); }

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