Html Css Color HEX #2FB612 Kelly Green

📋 copy color: '#2FB612'

red 47 ◦ green 182 ◦ blue 18

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

Shades of Kelly Green #2FB612

Tints of Kelly Green #2FB612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.29%

R = 19.03%
G = 73.68%
B = 7.29%

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

#2FB612 (or 0x2FB612) is known color: Kelly Green. HEX triplet: 2F, B6 and 12. RGB value is (47,182,18). Sum of RGB (Red+Green+Blue) = 47+182+18=247 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.03% from 247); Green value is 182 (71.48% from 255 or 73.68% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 182 - color contains mainly: green. Hex color #2FB612 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FB612 is #D049ED. Grayscale: #7B7B7B. Windows color (decimal): -13650414 or 1226287. OLE color: 1226287.

HSL color Cylindrical-coordinate representation of color #2FB612: hue angle of 109.39º degrees, saturation: 0.82, 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 #2FB612 is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 47 182 18 -
CMYK 0.74 0 0.90 0.29
HSL 109.39º 0.82% 0.39% -
HSV(B) 109.39º 0.9% 0.71% -
XYZ 18.01 34.1 6.21 -
YUV 122.94 68.77 73.84 -
System Red Green Blue C M Y K H S L
Decimal 47 182 18 0.74 0 0.90 0.29 109.39 0.82 0.39
Hex 2F B6 12 4A 0 5A 1D 6D 52 27
Octal 57 266 22 112 0 132 35 155 122 47
Binary 101111 10110110 10010 1001010 0 1011010 11101 1101101 1010010 100111

Color Harmonies of #2FB612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB612

Black with #2FB612

Text Example


Text Example

White with #2FB612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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