Html Css Color HEX #2FBE00 Kelly Green

📋 copy color: '#2FBE00'

red 47 ◦ green 190 ◦ blue 0

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

Shades of Kelly Green #2FBE00

Tints of Kelly Green #2FBE00

RGB

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

 GREEN value IS 190 (74.61% from 255) = 80.17%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 19.83%
G = 80.17%
B = 0%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#2FBE00 (or 0x2FBE00) is known color: Kelly Green. HEX triplet: 2F, BE and 00. RGB value is (47,190,0). Sum of RGB (Red+Green+Blue) = 47+190+0=237 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.83% from 237); Green value is 190 (74.61% from 255 or 80.17% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 190 - color contains mainly: green. Hex color #2FBE00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FBE00 is #D041FF. Grayscale: #7E7E7E. Windows color (decimal): -13648384 or 48687. OLE color: 48687.

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

Color convert

RGB 47 190 0 -
CMYK 0.75 0 1 0.25
HSL 105.16º 1% 0.37% -
HSV(B) 105.16º 1% 0.75% -
XYZ 19.59 37.43 6.19 -
YUV 125.58 57.12 71.95 -
System Red Green Blue C M Y K H S L
Decimal 47 190 0 0.75 0 1 0.25 105.16 1 0.37
Hex 2F BE 0 4B 0 64 19 69 64 25
Octal 57 276 0 113 0 144 31 151 144 45
Binary 101111 10111110 0 1001011 0 1100100 11001 1101001 1100100 100101

Color Harmonies of #2FBE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBE00

Black with #2FBE00

Text Example


Text Example

White with #2FBE00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,190,0); }

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

background-color css

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

 a { background-color: rgb(47,190,0); }

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

border-color css

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

 span { border-color: rgb(47,190,0); }

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