Html Css Color HEX #BDEF04 Electric Lime

📋 copy color: '#BDEF04'

red 189 ◦ green 239 ◦ blue 4

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

Shades of Electric Lime #BDEF04

Tints of Electric Lime #BDEF04

RGB

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

 GREEN value IS 239 (93.75% from 255) = 55.32%

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

R = 43.75%
G = 55.32%
B = 0.93%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#BDEF04 (or 0xBDEF04) is known color: Electric Lime. HEX triplet: BD, EF and 04. RGB value is (189,239,4). Sum of RGB (Red+Green+Blue) = 189+239+4=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 239 (93.75% from 255 or 55.32% from 432); Blue value is 4 (1.95% from 255 or 0.93% from 432); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDEF04 is #4210FB. Grayscale: #C6C6C6. Windows color (decimal): -4329724 or 323517. OLE color: 323517.

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

Color convert

RGB 189 239 4 -
CMYK 0.21 0 0.98 0.06
HSL 72.77º 0.97% 0.48% -
HSV(B) 72.77º 0.98% 0.94% -
XYZ 51.87 72.56 11.39 -
YUV 197.26 18.94 122.11 -
System Red Green Blue C M Y K H S L
Decimal 189 239 4 0.21 0 0.98 0.06 72.77 0.97 0.48
Hex BD EF 4 15 0 62 6 49 61 30
Octal 275 357 4 25 0 142 6 111 141 60
Binary 10111101 11101111 100 10101 0 1100010 110 1001001 1100001 110000

Color Harmonies of #BDEF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEF04

Black with #BDEF04

Text Example


Text Example

White with #BDEF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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