Html Css Color HEX #2FC40E Kelly Green

📋 copy color: '#2FC40E'

red 47 ◦ green 196 ◦ blue 14

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

Shades of Kelly Green #2FC40E

Tints of Kelly Green #2FC40E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 76.26%

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

R = 18.29%
G = 76.26%
B = 5.45%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#2FC40E (or 0x2FC40E) is known color: Kelly Green. HEX triplet: 2F, C4 and 0E. RGB value is (47,196,14). Sum of RGB (Red+Green+Blue) = 47+196+14=257 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.29% from 257); Green value is 196 (76.95% from 255 or 76.26% from 257); Blue value is 14 (5.86% from 255 or 5.45% from 257); Max value from RGB is 196 - color contains mainly: green. Hex color #2FC40E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC40E is #D03BF1. Grayscale: #838383. Windows color (decimal): -13646834 or 967727. OLE color: 967727.

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

Color convert

RGB 47 196 14 -
CMYK 0.76 0 0.93 0.23
HSL 109.12º 0.87% 0.41% -
HSV(B) 109.12º 0.93% 0.77% -
XYZ 20.99 40.12 7.05 -
YUV 130.7 62.14 68.3 -
System Red Green Blue C M Y K H S L
Decimal 47 196 14 0.76 0 0.93 0.23 109.12 0.87 0.41
Hex 2F C4 E 4C 0 5D 17 6D 57 29
Octal 57 304 16 114 0 135 27 155 127 51
Binary 101111 11000100 1110 1001100 0 1011101 10111 1101101 1010111 101001

Color Harmonies of #2FC40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC40E

Black with #2FC40E

Text Example


Text Example

White with #2FC40E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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