Html Css Color HEX #CBED00 Electric Lime

📋 copy color: '#CBED00'

red 203 ◦ green 237 ◦ blue 0

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

Shades of Electric Lime #CBED00

Tints of Electric Lime #CBED00

RGB

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

 GREEN value IS 237 (92.97% from 255) = 53.86%

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

R = 46.14%
G = 53.86%
B = 0%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#CBED00 (or 0xCBED00) is known color: Electric Lime. HEX triplet: CB, ED and 00. RGB value is (203,237,0). Sum of RGB (Red+Green+Blue) = 203+237+0=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 237 (92.97% from 255 or 53.86% from 440); Blue value is 0 (0.39% from 255 or 0% from 440); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBED00 is #3412FF. Grayscale: #C8C8C8. Windows color (decimal): -3412736 or 60875. OLE color: 60875.

HSL color Cylindrical-coordinate representation of color #CBED00: hue angle of 68.61º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CBED00 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 237 0 -
CMYK 0.14 0 1 0.07
HSL 68.61º 1% 0.46% -
HSV(B) 68.61º 1% 0.93% -
XYZ 54.91 73.26 11.25 -
YUV 199.82 15.24 130.27 -
System Red Green Blue C M Y K H S L
Decimal 203 237 0 0.14 0 1 0.07 68.61 1 0.46
Hex CB ED 0 E 0 64 7 45 64 2E
Octal 313 355 0 16 0 144 7 105 144 56
Binary 11001011 11101101 0 1110 0 1100100 111 1000101 1100100 101110

Color Harmonies of #CBED00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBED00

Black with #CBED00

Text Example


Text Example

White with #CBED00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBED00; }

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

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

background-color css

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

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

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

border-color css

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

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

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