Html Css Color HEX #CBE304 Electric Lime

📋 copy color: '#CBE304'

red 203 ◦ green 227 ◦ blue 4

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

Shades of Electric Lime #CBE304

Tints of Electric Lime #CBE304

RGB

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

 GREEN value IS 227 (89.06% from 255) = 52.3%

 BLUE value IS 4 (1.95% from 255) = 0.92%

R = 46.77%
G = 52.3%
B = 0.92%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#CBE304 (or 0xCBE304) is known color: Electric Lime. HEX triplet: CB, E3 and 04. RGB value is (203,227,4). Sum of RGB (Red+Green+Blue) = 203+227+4=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 227 (89.06% from 255 or 52.30% from 434); Blue value is 4 (1.95% from 255 or 0.92% from 434); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE304 is #341CFB. Grayscale: #C3C3C3. Windows color (decimal): -3415292 or 320459. OLE color: 320459.

HSL color Cylindrical-coordinate representation of color #CBE304: hue angle of 66.46º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CBE304 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 227 4 -
CMYK 0.11 0 0.98 0.11
HSL 66.46º 0.97% 0.45% -
HSV(B) 66.46º 0.98% 0.89% -
XYZ 52.12 67.64 10.42 -
YUV 194.4 20.55 134.13 -
System Red Green Blue C M Y K H S L
Decimal 203 227 4 0.11 0 0.98 0.11 66.46 0.97 0.45
Hex CB E3 4 B 0 62 B 42 61 2D
Octal 313 343 4 13 0 142 13 102 141 55
Binary 11001011 11100011 100 1011 0 1100010 1011 1000010 1100001 101101

Color Harmonies of #CBE304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE304

Black with #CBE304

Text Example


Text Example

White with #CBE304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE304; }

 p { color: rgb(203,227,4); }

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

background-color css

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

 a { background-color: rgb(203,227,4); }

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

border-color css

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

 span { border-color: rgb(203,227,4); }

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