Html Css Color HEX #BDF304 Electric Lime

📋 copy color: '#BDF304'

red 189 ◦ green 243 ◦ blue 4

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

Shades of Electric Lime #BDF304

Tints of Electric Lime #BDF304

RGB

 RED value IS 189 (74.22% from 255) = 43.35%

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

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

R = 43.35%
G = 55.73%
B = 0.92%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#BDF304 (or 0xBDF304) is known color: Electric Lime. HEX triplet: BD, F3 and 04. RGB value is (189,243,4). Sum of RGB (Red+Green+Blue) = 189+243+4=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 243 (95.31% from 255 or 55.73% from 436); Blue value is 4 (1.95% from 255 or 0.92% from 436); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF304 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF304 is #420CFB. Grayscale: #C8C8C8. Windows color (decimal): -4328700 or 324541. OLE color: 324541.

HSL color Cylindrical-coordinate representation of color #BDF304: hue angle of 73.56º 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 #BDF304 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 243 4 -
CMYK 0.22 0 0.98 0.05
HSL 73.56º 0.97% 0.48% -
HSV(B) 73.56º 0.98% 0.95% -
XYZ 53.06 74.93 11.78 -
YUV 199.61 17.61 120.43 -
System Red Green Blue C M Y K H S L
Decimal 189 243 4 0.22 0 0.98 0.05 73.56 0.97 0.48
Hex BD F3 4 16 0 62 5 4A 61 30
Octal 275 363 4 26 0 142 5 112 141 60
Binary 10111101 11110011 100 10110 0 1100010 101 1001010 1100001 110000

Color Harmonies of #BDF304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF304

Black with #BDF304

Text Example


Text Example

White with #BDF304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF304; }

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

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

background-color css

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

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

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

border-color css

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

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

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