Html Css Color HEX #CBE504 Electric Lime

📋 copy color: '#CBE504'

red 203 ◦ green 229 ◦ blue 4

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

Shades of Electric Lime #CBE504

Tints of Electric Lime #CBE504

RGB

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

 GREEN value IS 229 (89.84% from 255) = 52.52%

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

R = 46.56%
G = 52.52%
B = 0.92%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#CBE504 (or 0xCBE504) is known color: Electric Lime. HEX triplet: CB, E5 and 04. RGB value is (203,229,4). Sum of RGB (Red+Green+Blue) = 203+229+4=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 229 (89.84% from 255 or 52.52% from 436); Blue value is 4 (1.95% from 255 or 0.92% from 436); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE504 is #341AFB. Grayscale: #C4C4C4. Windows color (decimal): -3414780 or 320971. OLE color: 320971.

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

Color convert

RGB 203 229 4 -
CMYK 0.11 0 0.98 0.10
HSL 66.93º 0.97% 0.46% -
HSV(B) 66.93º 0.98% 0.9% -
XYZ 52.67 68.74 10.61 -
YUV 195.58 19.89 133.3 -
System Red Green Blue C M Y K H S L
Decimal 203 229 4 0.11 0 0.98 0.10 66.93 0.97 0.46
Hex CB E5 4 B 0 62 A 43 61 2E
Octal 313 345 4 13 0 142 12 103 141 56
Binary 11001011 11100101 100 1011 0 1100010 1010 1000011 1100001 101110

Color Harmonies of #CBE504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE504

Black with #CBE504

Text Example


Text Example

White with #CBE504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE504; }

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

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

background-color css

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

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

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

border-color css

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

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

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