Html Css Color HEX #2FC30E Kelly Green

📋 copy color: '#2FC30E'

red 47 ◦ green 195 ◦ blue 14

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

Shades of Kelly Green #2FC30E

Tints of Kelly Green #2FC30E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 76.17%

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

R = 18.36%
G = 76.17%
B = 5.47%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#2FC30E (or 0x2FC30E) is known color: Kelly Green. HEX triplet: 2F, C3 and 0E. RGB value is (47,195,14). Sum of RGB (Red+Green+Blue) = 47+195+14=256 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.36% from 256); Green value is 195 (76.56% from 255 or 76.17% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 195 - color contains mainly: green. Hex color #2FC30E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC30E is #D03CF1. Grayscale: #828282. Windows color (decimal): -13647090 or 967471. OLE color: 967471.

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

Color convert

RGB 47 195 14 -
CMYK 0.76 0 0.93 0.24
HSL 109.06º 0.87% 0.41% -
HSV(B) 109.06º 0.93% 0.76% -
XYZ 20.77 39.67 6.98 -
YUV 130.11 62.47 68.72 -
System Red Green Blue C M Y K H S L
Decimal 47 195 14 0.76 0 0.93 0.24 109.06 0.87 0.41
Hex 2F C3 E 4C 0 5D 18 6D 57 29
Octal 57 303 16 114 0 135 30 155 127 51
Binary 101111 11000011 1110 1001100 0 1011101 11000 1101101 1010111 101001

Color Harmonies of #2FC30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC30E

Black with #2FC30E

Text Example


Text Example

White with #2FC30E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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