Html Css Color HEX #CBE103 Electric Lime

📋 copy color: '#CBE103'

red 203 ◦ green 225 ◦ blue 3

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

Shades of Electric Lime #CBE103

Tints of Electric Lime #CBE103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.7%

R = 47.1%
G = 52.2%
B = 0.7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#CBE103 (or 0xCBE103) is known color: Electric Lime. HEX triplet: CB, E1 and 03. RGB value is (203,225,3). Sum of RGB (Red+Green+Blue) = 203+225+3=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 225 (88.28% from 255 or 52.20% from 431); Blue value is 3 (1.56% from 255 or 0.70% from 431); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE103 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE103 is #341EFC. Grayscale: #C1C1C1. Windows color (decimal): -3415805 or 254411. OLE color: 254411.

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

Color convert

RGB 203 225 3 -
CMYK 0.10 0 0.99 0.12
HSL 65.95º 0.97% 0.45% -
HSV(B) 65.95º 0.99% 0.88% -
XYZ 51.57 66.55 10.21 -
YUV 193.11 20.71 135.05 -
System Red Green Blue C M Y K H S L
Decimal 203 225 3 0.10 0 0.99 0.12 65.95 0.97 0.45
Hex CB E1 3 A 0 63 C 42 61 2D
Octal 313 341 3 12 0 143 14 102 141 55
Binary 11001011 11100001 11 1010 0 1100011 1100 1000010 1100001 101101

Color Harmonies of #CBE103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE103

Black with #CBE103

Text Example


Text Example

White with #CBE103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE103; }

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

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

background-color css

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

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

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

border-color css

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

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

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