Html Css Color HEX #CBE704 Electric Lime

📋 copy color: '#CBE704'

red 203 ◦ green 231 ◦ blue 4

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

Shades of Electric Lime #CBE704

Tints of Electric Lime #CBE704

RGB

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

 GREEN value IS 231 (90.63% from 255) = 52.74%

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

R = 46.35%
G = 52.74%
B = 0.91%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#CBE704 (or 0xCBE704) is known color: Electric Lime. HEX triplet: CB, E7 and 04. RGB value is (203,231,4). Sum of RGB (Red+Green+Blue) = 203+231+4=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 231 (90.62% from 255 or 52.74% from 438); Blue value is 4 (1.95% from 255 or 0.91% from 438); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE704 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBE704 is #3418FB. Grayscale: #C5C5C5. Windows color (decimal): -3414268 or 321483. OLE color: 321483.

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

Color convert

RGB 203 231 4 -
CMYK 0.12 0 0.98 0.09
HSL 67.4º 0.97% 0.46% -
HSV(B) 67.4º 0.98% 0.91% -
XYZ 53.23 69.86 10.79 -
YUV 196.75 19.22 132.46 -
System Red Green Blue C M Y K H S L
Decimal 203 231 4 0.12 0 0.98 0.09 67.4 0.97 0.46
Hex CB E7 4 C 0 62 9 43 61 2E
Octal 313 347 4 14 0 142 11 103 141 56
Binary 11001011 11100111 100 1100 0 1100010 1001 1000011 1100001 101110

Color Harmonies of #CBE704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE704

Black with #CBE704

Text Example


Text Example

White with #CBE704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE704; }

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

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

background-color css

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

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

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

border-color css

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

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

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