Html Css Color HEX #2FC00D Kelly Green

📋 copy color: '#2FC00D'

red 47 ◦ green 192 ◦ blue 13

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

Shades of Kelly Green #2FC00D

Tints of Kelly Green #2FC00D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.16%

R = 18.65%
G = 76.19%
B = 5.16%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#2FC00D (or 0x2FC00D) is known color: Kelly Green. HEX triplet: 2F, C0 and 0D. RGB value is (47,192,13). Sum of RGB (Red+Green+Blue) = 47+192+13=252 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.65% from 252); Green value is 192 (75.39% from 255 or 76.19% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 192 - color contains mainly: green. Hex color #2FC00D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC00D is #D03FF2. Grayscale: #808080. Windows color (decimal): -13647859 or 901167. OLE color: 901167.

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

Color convert

RGB 47 192 13 -
CMYK 0.76 0 0.93 0.25
HSL 108.6º 0.87% 0.4% -
HSV(B) 108.6º 0.93% 0.75% -
XYZ 20.09 38.33 6.72 -
YUV 128.24 62.96 70.05 -
System Red Green Blue C M Y K H S L
Decimal 47 192 13 0.76 0 0.93 0.25 108.6 0.87 0.4
Hex 2F C0 D 4C 0 5D 19 6D 57 28
Octal 57 300 15 114 0 135 31 155 127 50
Binary 101111 11000000 1101 1001100 0 1011101 11001 1101101 1010111 101000

Color Harmonies of #2FC00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC00D

Black with #2FC00D

Text Example


Text Example

White with #2FC00D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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