Html Css Color HEX #BDEF02 Electric Lime

📋 copy color: '#BDEF02'

red 189 ◦ green 239 ◦ blue 2

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

Shades of Electric Lime #BDEF02

Tints of Electric Lime #BDEF02

RGB

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

 GREEN value IS 239 (93.75% from 255) = 55.58%

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

R = 43.95%
G = 55.58%
B = 0.47%

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

#BDEF02 (or 0xBDEF02) is known color: Electric Lime. HEX triplet: BD, EF and 02. RGB value is (189,239,2). Sum of RGB (Red+Green+Blue) = 189+239+2=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 239 (93.75% from 255 or 55.58% from 430); Blue value is 2 (1.17% from 255 or 0.47% from 430); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDEF02 is #4210FD. Grayscale: #C5C5C5. Windows color (decimal): -4329726 or 192445. OLE color: 192445.

HSL color Cylindrical-coordinate representation of color #BDEF02: hue angle of 72.66º 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 #BDEF02 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 239 2 -
CMYK 0.21 0 0.99 0.06
HSL 72.66º 0.98% 0.47% -
HSV(B) 72.66º 0.99% 0.94% -
XYZ 51.86 72.56 11.33 -
YUV 197.03 17.94 122.27 -
System Red Green Blue C M Y K H S L
Decimal 189 239 2 0.21 0 0.99 0.06 72.66 0.98 0.47
Hex BD EF 2 15 0 63 6 49 62 2F
Octal 275 357 2 25 0 143 6 111 142 57
Binary 10111101 11101111 10 10101 0 1100011 110 1001001 1100010 101111

Color Harmonies of #BDEF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEF02

Black with #BDEF02

Text Example


Text Example

White with #BDEF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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