Html Css Color HEX #CBED10 Electric Lime

📋 copy color: '#CBED10'

red 203 ◦ green 237 ◦ blue 16

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

Shades of Electric Lime #CBED10

Tints of Electric Lime #CBED10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.51%

R = 44.52%
G = 51.97%
B = 3.51%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#CBED10 (or 0xCBED10) is known color: Electric Lime. HEX triplet: CB, ED and 10. RGB value is (203,237,16). Sum of RGB (Red+Green+Blue) = 203+237+16=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 237 (92.97% from 255 or 51.97% from 456); Blue value is 16 (6.64% from 255 or 3.51% from 456); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBED10 is #3412EF. Grayscale: #CACACA. Windows color (decimal): -3412720 or 1109451. OLE color: 1109451.

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

Color convert

RGB 203 237 16 -
CMYK 0.14 0 0.93 0.07
HSL 69.23º 0.87% 0.5% -
HSV(B) 69.23º 0.93% 0.93% -
XYZ 55.01 73.3 11.74 -
YUV 201.64 23.24 128.97 -
System Red Green Blue C M Y K H S L
Decimal 203 237 16 0.14 0 0.93 0.07 69.23 0.87 0.5
Hex CB ED 10 E 0 5D 7 45 57 32
Octal 313 355 20 16 0 135 7 105 127 62
Binary 11001011 11101101 10000 1110 0 1011101 111 1000101 1010111 110010

Color Harmonies of #CBED10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBED10

Black with #CBED10

Text Example


Text Example

White with #CBED10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBED10; }

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

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

background-color css

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

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

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

border-color css

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

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

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