Html Css Color HEX #2FBF04 Kelly Green

📋 copy color: '#2FBF04'

red 47 ◦ green 191 ◦ blue 4

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

Shades of Kelly Green #2FBF04

Tints of Kelly Green #2FBF04

RGB

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

 GREEN value IS 191 (75% from 255) = 78.93%

 BLUE value IS 4 (1.95% from 255) = 1.65%

R = 19.42%
G = 78.93%
B = 1.65%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#2FBF04 (or 0x2FBF04) is known color: Kelly Green. HEX triplet: 2F, BF and 04. RGB value is (47,191,4). Sum of RGB (Red+Green+Blue) = 47+191+4=242 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.42% from 242); Green value is 191 (75% from 255 or 78.93% from 242); Blue value is 4 (1.95% from 255 or 1.65% from 242); Max value from RGB is 191 - color contains mainly: green. Hex color #2FBF04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FBF04 is #D040FB. Grayscale: #7F7F7F. Windows color (decimal): -13648124 or 311087. OLE color: 311087.

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

Color convert

RGB 47 191 4 -
CMYK 0.75 0 0.98 0.25
HSL 106.2º 0.96% 0.38% -
HSV(B) 106.2º 0.98% 0.75% -
XYZ 19.83 37.87 6.38 -
YUV 126.63 58.79 71.21 -
System Red Green Blue C M Y K H S L
Decimal 47 191 4 0.75 0 0.98 0.25 106.2 0.96 0.38
Hex 2F BF 4 4B 0 62 19 6A 60 26
Octal 57 277 4 113 0 142 31 152 140 46
Binary 101111 10111111 100 1001011 0 1100010 11001 1101010 1100000 100110

Color Harmonies of #2FBF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBF04

Black with #2FBF04

Text Example


Text Example

White with #2FBF04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,191,4); }

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

background-color css

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

 a { background-color: rgb(47,191,4); }

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

border-color css

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

 span { border-color: rgb(47,191,4); }

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