Html Css Color HEX #CBF400 Electric Lime

📋 copy color: '#CBF400'

red 203 ◦ green 244 ◦ blue 0

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

Shades of Electric Lime #CBF400

Tints of Electric Lime #CBF400

RGB

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

 GREEN value IS 244 (95.7% from 255) = 54.59%

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

R = 45.41%
G = 54.59%
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

#CBF400 (or 0xCBF400) is known color: Electric Lime. HEX triplet: CB, F4 and 00. RGB value is (203,244,0). Sum of RGB (Red+Green+Blue) = 203+244+0=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 244 (95.70% from 255 or 54.59% from 447); Blue value is 0 (0.39% from 255 or 0% from 447); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF400 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF400 is #340BFF. Grayscale: #CCCCCC. Windows color (decimal): -3410944 or 62667. OLE color: 62667.

HSL color Cylindrical-coordinate representation of color #CBF400: hue angle of 70.08º 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 #CBF400 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 244 0 -
CMYK 0.17 0 1 0.04
HSL 70.08º 1% 0.48% -
HSV(B) 70.08º 1% 0.96% -
XYZ 56.98 77.4 11.94 -
YUV 203.93 12.92 127.34 -
System Red Green Blue C M Y K H S L
Decimal 203 244 0 0.17 0 1 0.04 70.08 1 0.48
Hex CB F4 0 11 0 64 4 46 64 30
Octal 313 364 0 21 0 144 4 106 144 60
Binary 11001011 11110100 0 10001 0 1100100 100 1000110 1100100 110000

Color Harmonies of #CBF400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF400

Black with #CBF400

Text Example


Text Example

White with #CBF400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF400; }

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

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

background-color css

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

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

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

border-color css

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

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

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