Html Css Color HEX #BBF205 Electric Lime

📋 copy color: '#BBF205'

red 187 ◦ green 242 ◦ blue 5

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

Shades of Electric Lime #BBF205

Tints of Electric Lime #BBF205

RGB

 RED value IS 187 (73.44% from 255) = 43.09%

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

 BLUE value IS 5 (2.34% from 255) = 1.15%

R = 43.09%
G = 55.76%
B = 1.15%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#BBF205 (or 0xBBF205) is known color: Electric Lime. HEX triplet: BB, F2 and 05. RGB value is (187,242,5). Sum of RGB (Red+Green+Blue) = 187+242+5=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 242 (94.92% from 255 or 55.76% from 434); Blue value is 5 (2.34% from 255 or 1.15% from 434); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF205 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF205 is #440DFA. Grayscale: #C7C7C7. Windows color (decimal): -4460027 or 389819. OLE color: 389819.

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

Color convert

RGB 187 242 5 -
CMYK 0.23 0 0.98 0.05
HSL 73.92º 0.96% 0.48% -
HSV(B) 73.92º 0.98% 0.95% -
XYZ 52.27 74.08 11.69 -
YUV 198.54 18.78 119.77 -
System Red Green Blue C M Y K H S L
Decimal 187 242 5 0.23 0 0.98 0.05 73.92 0.96 0.48
Hex BB F2 5 17 0 62 5 4A 60 30
Octal 273 362 5 27 0 142 5 112 140 60
Binary 10111011 11110010 101 10111 0 1100010 101 1001010 1100000 110000

Color Harmonies of #BBF205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF205

Black with #BBF205

Text Example


Text Example

White with #BBF205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF205; }

 p { color: rgb(187,242,5); }

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

background-color css

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

 a { background-color: rgb(187,242,5); }

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

border-color css

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

 span { border-color: rgb(187,242,5); }

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