Html Css Color HEX #BDF002 Electric Lime

📋 copy color: '#BDF002'

red 189 ◦ green 240 ◦ blue 2

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

Shades of Electric Lime #BDF002

Tints of Electric Lime #BDF002

RGB

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

 GREEN value IS 240 (94.14% from 255) = 55.68%

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

R = 43.85%
G = 55.68%
B = 0.46%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#BDF002 (or 0xBDF002) is known color: Electric Lime. HEX triplet: BD, F0 and 02. RGB value is (189,240,2). Sum of RGB (Red+Green+Blue) = 189+240+2=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 240 (94.14% from 255 or 55.68% from 431); Blue value is 2 (1.17% from 255 or 0.46% from 431); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF002 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF002 is #420FFD. Grayscale: #C6C6C6. Windows color (decimal): -4329470 or 192701. OLE color: 192701.

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

Color convert

RGB 189 240 2 -
CMYK 0.21 0 0.99 0.06
HSL 72.86º 0.98% 0.47% -
HSV(B) 72.86º 0.99% 0.94% -
XYZ 52.16 73.14 11.43 -
YUV 197.62 17.6 121.85 -
System Red Green Blue C M Y K H S L
Decimal 189 240 2 0.21 0 0.99 0.06 72.86 0.98 0.47
Hex BD F0 2 15 0 63 6 49 62 2F
Octal 275 360 2 25 0 143 6 111 142 57
Binary 10111101 11110000 10 10101 0 1100011 110 1001001 1100010 101111

Color Harmonies of #BDF002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF002

Black with #BDF002

Text Example


Text Example

White with #BDF002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF002; }

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

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

background-color css

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

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

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

border-color css

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

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

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