Html Css Color HEX #BFF304 Electric Lime

📋 copy color: '#BFF304'

red 191 ◦ green 243 ◦ blue 4

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

Shades of Electric Lime #BFF304

Tints of Electric Lime #BFF304

RGB

 RED value IS 191 (75% from 255) = 43.61%

 GREEN value IS 243 (95.31% from 255) = 55.48%

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

R = 43.61%
G = 55.48%
B = 0.91%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#BFF304 (or 0xBFF304) is known color: Electric Lime. HEX triplet: BF, F3 and 04. RGB value is (191,243,4). Sum of RGB (Red+Green+Blue) = 191+243+4=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 243 (95.31% from 255 or 55.48% from 438); Blue value is 4 (1.95% from 255 or 0.91% from 438); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF304 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF304 is #400CFB. Grayscale: #C9C9C9. Windows color (decimal): -4197628 or 324543. OLE color: 324543.

HSL color Cylindrical-coordinate representation of color #BFF304: hue angle of 73.05º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BFF304 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 243 4 -
CMYK 0.21 0 0.98 0.05
HSL 73.05º 0.97% 0.48% -
HSV(B) 73.05º 0.98% 0.95% -
XYZ 53.56 75.19 11.8 -
YUV 200.21 17.27 121.43 -
System Red Green Blue C M Y K H S L
Decimal 191 243 4 0.21 0 0.98 0.05 73.05 0.97 0.48
Hex BF F3 4 15 0 62 5 49 61 30
Octal 277 363 4 25 0 142 5 111 141 60
Binary 10111111 11110011 100 10101 0 1100010 101 1001001 1100001 110000

Color Harmonies of #BFF304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF304

Black with #BFF304

Text Example


Text Example

White with #BFF304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF304; }

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

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

background-color css

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

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

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

border-color css

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

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

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