Html Css Color HEX #2FCF0D Kelly Green

📋 copy color: '#2FCF0D'

red 47 ◦ green 207 ◦ blue 13

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

Shades of Kelly Green #2FCF0D

Tints of Kelly Green #2FCF0D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 77.53%

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

R = 17.6%
G = 77.53%
B = 4.87%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#2FCF0D (or 0x2FCF0D) is known color: Kelly Green. HEX triplet: 2F, CF and 0D. RGB value is (47,207,13). Sum of RGB (Red+Green+Blue) = 47+207+13=267 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.60% from 267); Green value is 207 (81.25% from 255 or 77.53% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 207 - color contains mainly: green. Hex color #2FCF0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FCF0D is #D030F2. Grayscale: #898989. Windows color (decimal): -13644019 or 905007. OLE color: 905007.

HSL color Cylindrical-coordinate representation of color #2FCF0D: hue angle of 109.48º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2FCF0D is Cyan = 0.77, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 47 207 13 -
CMYK 0.77 0 0.94 0.19
HSL 109.48º 0.88% 0.43% -
HSV(B) 109.48º 0.94% 0.81% -
XYZ 23.56 45.26 7.88 -
YUV 137.04 57.99 63.77 -
System Red Green Blue C M Y K H S L
Decimal 47 207 13 0.77 0 0.94 0.19 109.48 0.88 0.43
Hex 2F CF D 4D 0 5E 13 6D 58 2B
Octal 57 317 15 115 0 136 23 155 130 53
Binary 101111 11001111 1101 1001101 0 1011110 10011 1101101 1011000 101011

Color Harmonies of #2FCF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCF0D

Black with #2FCF0D

Text Example


Text Example

White with #2FCF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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