Html Css Color HEX #2FC00F Kelly Green

📋 copy color: '#2FC00F'

red 47 ◦ green 192 ◦ blue 15

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

Shades of Kelly Green #2FC00F

Tints of Kelly Green #2FC00F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 75.59%

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

R = 18.5%
G = 75.59%
B = 5.91%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#2FC00F (or 0x2FC00F) is known color: Kelly Green. HEX triplet: 2F, C0 and 0F. RGB value is (47,192,15). Sum of RGB (Red+Green+Blue) = 47+192+15=254 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.50% from 254); Green value is 192 (75.39% from 255 or 75.59% from 254); Blue value is 15 (6.25% from 255 or 5.91% from 254); Max value from RGB is 192 - color contains mainly: green. Hex color #2FC00F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC00F is #D03FF0. Grayscale: #818181. Windows color (decimal): -13647857 or 1032239. OLE color: 1032239.

HSL color Cylindrical-coordinate representation of color #2FC00F: hue angle of 109.15º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2FC00F is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 47 192 15 -
CMYK 0.76 0 0.92 0.25
HSL 109.15º 0.86% 0.41% -
HSV(B) 109.15º 0.92% 0.75% -
XYZ 20.11 38.34 6.79 -
YUV 128.47 63.96 69.89 -
System Red Green Blue C M Y K H S L
Decimal 47 192 15 0.76 0 0.92 0.25 109.15 0.86 0.41
Hex 2F C0 F 4C 0 5C 19 6D 56 29
Octal 57 300 17 114 0 134 31 155 126 51
Binary 101111 11000000 1111 1001100 0 1011100 11001 1101101 1010110 101001

Color Harmonies of #2FC00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC00F

Black with #2FC00F

Text Example


Text Example

White with #2FC00F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,192,15); }

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

background-color css

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

 a { background-color: rgb(47,192,15); }

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

border-color css

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

 span { border-color: rgb(47,192,15); }

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