Html Css Color HEX #2FCA0E Kelly Green

📋 copy color: '#2FCA0E'

red 47 ◦ green 202 ◦ blue 14

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

Shades of Kelly Green #2FCA0E

Tints of Kelly Green #2FCA0E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 76.81%

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

R = 17.87%
G = 76.81%
B = 5.32%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#2FCA0E (or 0x2FCA0E) is known color: Kelly Green. HEX triplet: 2F, CA and 0E. RGB value is (47,202,14). Sum of RGB (Red+Green+Blue) = 47+202+14=263 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.87% from 263); Green value is 202 (79.30% from 255 or 76.81% from 263); Blue value is 14 (5.86% from 255 or 5.32% from 263); Max value from RGB is 202 - color contains mainly: green. Hex color #2FCA0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FCA0E is #D035F1. Grayscale: #868686. Windows color (decimal): -13645298 or 969263. OLE color: 969263.

HSL color Cylindrical-coordinate representation of color #2FCA0E: hue angle of 109.47º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2FCA0E is Cyan = 0.77, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB 47 202 14 -
CMYK 0.77 0 0.93 0.21
HSL 109.47º 0.87% 0.42% -
HSV(B) 109.47º 0.93% 0.79% -
XYZ 22.37 42.88 7.51 -
YUV 134.22 60.15 65.79 -
System Red Green Blue C M Y K H S L
Decimal 47 202 14 0.77 0 0.93 0.21 109.47 0.87 0.42
Hex 2F CA E 4D 0 5D 15 6D 57 2A
Octal 57 312 16 115 0 135 25 155 127 52
Binary 101111 11001010 1110 1001101 0 1011101 10101 1101101 1010111 101010

Color Harmonies of #2FCA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCA0E

Black with #2FCA0E

Text Example


Text Example

White with #2FCA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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