Html Css Color HEX #CBF500 Electric Lime

📋 copy color: '#CBF500'

red 203 ◦ green 245 ◦ blue 0

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

Shades of Electric Lime #CBF500

Tints of Electric Lime #CBF500

RGB

 RED value IS 203 (79.69% from 255) = 45.31%

 GREEN value IS 245 (96.09% from 255) = 54.69%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.31%
G = 54.69%
B = 0%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#CBF500 (or 0xCBF500) is known color: Electric Lime. HEX triplet: CB, F5 and 00. RGB value is (203,245,0). Sum of RGB (Red+Green+Blue) = 203+245+0=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 245 (96.09% from 255 or 54.69% from 448); Blue value is 0 (0.39% from 255 or 0% from 448); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF500 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF500 is #340AFF. Grayscale: #CDCDCD. Windows color (decimal): -3410688 or 62923. OLE color: 62923.

HSL color Cylindrical-coordinate representation of color #CBF500: hue angle of 70.29º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CBF500 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 245 0 -
CMYK 0.17 0 1 0.04
HSL 70.29º 1% 0.48% -
HSV(B) 70.29º 1% 0.96% -
XYZ 57.28 78 12.04 -
YUV 204.51 12.59 126.92 -
System Red Green Blue C M Y K H S L
Decimal 203 245 0 0.17 0 1 0.04 70.29 1 0.48
Hex CB F5 0 11 0 64 4 46 64 30
Octal 313 365 0 21 0 144 4 106 144 60
Binary 11001011 11110101 0 10001 0 1100100 100 1000110 1100100 110000

Color Harmonies of #CBF500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF500

Black with #CBF500

Text Example


Text Example

White with #CBF500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF500; }

 p { color: rgb(203,245,0); }

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

background-color css

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

 a { background-color: rgb(203,245,0); }

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

border-color css

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

 span { border-color: rgb(203,245,0); }

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