Html Css Color HEX #CBE105 Electric Lime

📋 copy color: '#CBE105'

red 203 ◦ green 225 ◦ blue 5

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

Shades of Electric Lime #CBE105

Tints of Electric Lime #CBE105

RGB

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

 GREEN value IS 225 (88.28% from 255) = 51.96%

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

R = 46.88%
G = 51.96%
B = 1.15%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#CBE105 (or 0xCBE105) is known color: Electric Lime. HEX triplet: CB, E1 and 05. RGB value is (203,225,5). Sum of RGB (Red+Green+Blue) = 203+225+5=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 225 (88.28% from 255 or 51.96% from 433); Blue value is 5 (2.34% from 255 or 1.15% from 433); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE105 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE105 is #341EFA. Grayscale: #C2C2C2. Windows color (decimal): -3415803 or 385483. OLE color: 385483.

HSL color Cylindrical-coordinate representation of color #CBE105: hue angle of 66º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CBE105 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 225 5 -
CMYK 0.10 0 0.98 0.12
HSL 66º 0.96% 0.45% -
HSV(B) 66º 0.98% 0.88% -
XYZ 51.58 66.56 10.27 -
YUV 193.34 21.71 134.89 -
System Red Green Blue C M Y K H S L
Decimal 203 225 5 0.10 0 0.98 0.12 66 0.96 0.45
Hex CB E1 5 A 0 62 C 42 60 2D
Octal 313 341 5 12 0 142 14 102 140 55
Binary 11001011 11100001 101 1010 0 1100010 1100 1000010 1100000 101101

Color Harmonies of #CBE105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE105

Black with #CBE105

Text Example


Text Example

White with #CBE105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE105; }

 p { color: rgb(203,225,5); }

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

background-color css

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

 a { background-color: rgb(203,225,5); }

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

border-color css

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

 span { border-color: rgb(203,225,5); }

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