Html Css Color HEX #2FB613 Kelly Green

📋 copy color: '#2FB613'

red 47 ◦ green 182 ◦ blue 19

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

Shades of Kelly Green #2FB613

Tints of Kelly Green #2FB613

RGB

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

 GREEN value IS 182 (71.48% from 255) = 73.39%

 BLUE value IS 19 (7.81% from 255) = 7.66%

R = 18.95%
G = 73.39%
B = 7.66%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#2FB613 (or 0x2FB613) is known color: Kelly Green. HEX triplet: 2F, B6 and 13. RGB value is (47,182,19). Sum of RGB (Red+Green+Blue) = 47+182+19=248 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.95% from 248); Green value is 182 (71.48% from 255 or 73.39% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 182 - color contains mainly: green. Hex color #2FB613 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FB613 is #D049EC. Grayscale: #7B7B7B. Windows color (decimal): -13650413 or 1291823. OLE color: 1291823.

HSL color Cylindrical-coordinate representation of color #2FB613: hue angle of 109.69º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2FB613 is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 47 182 19 -
CMYK 0.74 0 0.90 0.29
HSL 109.69º 0.81% 0.39% -
HSV(B) 109.69º 0.9% 0.71% -
XYZ 18.02 34.11 6.25 -
YUV 123.05 69.27 73.75 -
System Red Green Blue C M Y K H S L
Decimal 47 182 19 0.74 0 0.90 0.29 109.69 0.81 0.39
Hex 2F B6 13 4A 0 5A 1D 6E 51 27
Octal 57 266 23 112 0 132 35 156 121 47
Binary 101111 10110110 10011 1001010 0 1011010 11101 1101110 1010001 100111

Color Harmonies of #2FB613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB613

Black with #2FB613

Text Example


Text Example

White with #2FB613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,182,19); }

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

background-color css

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

 a { background-color: rgb(47,182,19); }

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

border-color css

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

 span { border-color: rgb(47,182,19); }

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