Html Css Color HEX #BDF702 Electric Lime

📋 copy color: '#BDF702'

red 189 ◦ green 247 ◦ blue 2

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

Shades of Electric Lime #BDF702

Tints of Electric Lime #BDF702

RGB

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

 GREEN value IS 247 (96.88% from 255) = 56.39%

 BLUE value IS 2 (1.17% from 255) = 0.46%

R = 43.15%
G = 56.39%
B = 0.46%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#BDF702 (or 0xBDF702) is known color: Electric Lime. HEX triplet: BD, F7 and 02. RGB value is (189,247,2). Sum of RGB (Red+Green+Blue) = 189+247+2=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 247 (96.88% from 255 or 56.39% from 438); Blue value is 2 (1.17% from 255 or 0.46% from 438); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF702 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF702 is #4208FD. Grayscale: #CACACA. Windows color (decimal): -4327678 or 194493. OLE color: 194493.

HSL color Cylindrical-coordinate representation of color #BDF702: hue angle of 74.2º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BDF702 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 247 2 -
CMYK 0.23 0 0.99 0.03
HSL 74.2º 0.98% 0.49% -
HSV(B) 74.2º 0.99% 0.97% -
XYZ 54.26 77.34 12.13 -
YUV 201.73 15.28 118.92 -
System Red Green Blue C M Y K H S L
Decimal 189 247 2 0.23 0 0.99 0.03 74.2 0.98 0.49
Hex BD F7 2 17 0 63 3 4A 62 31
Octal 275 367 2 27 0 143 3 112 142 61
Binary 10111101 11110111 10 10111 0 1100011 11 1001010 1100010 110001

Color Harmonies of #BDF702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF702

Black with #BDF702

Text Example


Text Example

White with #BDF702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF702; }

 p { color: rgb(189,247,2); }

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

background-color css

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

 a { background-color: rgb(189,247,2); }

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

border-color css

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

 span { border-color: rgb(189,247,2); }

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