Html Css Color HEX #BDF207 Electric Lime

📋 copy color: '#BDF207'

red 189 ◦ green 242 ◦ blue 7

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

Shades of Electric Lime #BDF207

Tints of Electric Lime #BDF207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.6%

R = 43.15%
G = 55.25%
B = 1.6%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#BDF207 (or 0xBDF207) is known color: Electric Lime. HEX triplet: BD, F2 and 07. RGB value is (189,242,7). Sum of RGB (Red+Green+Blue) = 189+242+7=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 242 (94.92% from 255 or 55.25% from 438); Blue value is 7 (3.12% from 255 or 1.60% from 438); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF207 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF207 is #420DF8. Grayscale: #C8C8C8. Windows color (decimal): -4328953 or 520893. OLE color: 520893.

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

Color convert

RGB 189 242 7 -
CMYK 0.22 0 0.97 0.05
HSL 73.53º 0.94% 0.49% -
HSV(B) 73.53º 0.97% 0.95% -
XYZ 52.78 74.34 11.77 -
YUV 199.36 19.44 120.61 -
System Red Green Blue C M Y K H S L
Decimal 189 242 7 0.22 0 0.97 0.05 73.53 0.94 0.49
Hex BD F2 7 16 0 61 5 4A 5E 31
Octal 275 362 7 26 0 141 5 112 136 61
Binary 10111101 11110010 111 10110 0 1100001 101 1001010 1011110 110001

Color Harmonies of #BDF207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF207

Black with #BDF207

Text Example


Text Example

White with #BDF207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF207; }

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

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

background-color css

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

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

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

border-color css

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

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

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