Html Css Color HEX #BDF106 Electric Lime

📋 copy color: '#BDF106'

red 189 ◦ green 241 ◦ blue 6

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

Shades of Electric Lime #BDF106

Tints of Electric Lime #BDF106

RGB

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

 GREEN value IS 241 (94.53% from 255) = 55.28%

 BLUE value IS 6 (2.73% from 255) = 1.38%

R = 43.35%
G = 55.28%
B = 1.38%

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

#BDF106 (or 0xBDF106) is known color: Electric Lime. HEX triplet: BD, F1 and 06. RGB value is (189,241,6). Sum of RGB (Red+Green+Blue) = 189+241+6=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 241 (94.53% from 255 or 55.28% from 436); Blue value is 6 (2.73% from 255 or 1.38% from 436); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF106 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF106 is #420EF9. Grayscale: #C7C7C7. Windows color (decimal): -4329210 or 455101. OLE color: 455101.

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

Color convert

RGB 189 241 6 -
CMYK 0.22 0 0.98 0.05
HSL 73.28º 0.95% 0.48% -
HSV(B) 73.28º 0.98% 0.95% -
XYZ 52.47 73.74 11.64 -
YUV 198.66 19.27 121.11 -
System Red Green Blue C M Y K H S L
Decimal 189 241 6 0.22 0 0.98 0.05 73.28 0.95 0.48
Hex BD F1 6 16 0 62 5 49 5F 30
Octal 275 361 6 26 0 142 5 111 137 60
Binary 10111101 11110001 110 10110 0 1100010 101 1001001 1011111 110000

Color Harmonies of #BDF106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF106

Black with #BDF106

Text Example


Text Example

White with #BDF106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF106; }

 p { color: rgb(189,241,6); }

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

background-color css

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

 a { background-color: rgb(189,241,6); }

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

border-color css

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

 span { border-color: rgb(189,241,6); }

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