Html Css Color HEX #BDF204 Electric Lime

📋 copy color: '#BDF204'

red 189 ◦ green 242 ◦ blue 4

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

Shades of Electric Lime #BDF204

Tints of Electric Lime #BDF204

RGB

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

 GREEN value IS 242 (94.92% from 255) = 55.63%

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

R = 43.45%
G = 55.63%
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

#BDF204 (or 0xBDF204) is known color: Electric Lime. HEX triplet: BD, F2 and 04. RGB value is (189,242,4). Sum of RGB (Red+Green+Blue) = 189+242+4=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 242 (94.92% from 255 or 55.63% from 435); Blue value is 4 (1.95% from 255 or 0.92% from 435); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF204 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF204 is #420DFB. Grayscale: #C7C7C7. Windows color (decimal): -4328956 or 324285. OLE color: 324285.

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

Color convert

RGB 189 242 4 -
CMYK 0.22 0 0.98 0.05
HSL 73.36º 0.97% 0.48% -
HSV(B) 73.36º 0.98% 0.95% -
XYZ 52.76 74.33 11.68 -
YUV 199.02 17.94 120.85 -
System Red Green Blue C M Y K H S L
Decimal 189 242 4 0.22 0 0.98 0.05 73.36 0.97 0.48
Hex BD F2 4 16 0 62 5 49 61 30
Octal 275 362 4 26 0 142 5 111 141 60
Binary 10111101 11110010 100 10110 0 1100010 101 1001001 1100001 110000

Color Harmonies of #BDF204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF204

Black with #BDF204

Text Example


Text Example

White with #BDF204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF204; }

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

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

background-color css

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

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

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

border-color css

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

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

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