Html Css Color HEX #CBED04 Electric Lime

📋 copy color: '#CBED04'

red 203 ◦ green 237 ◦ blue 4

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

Shades of Electric Lime #CBED04

Tints of Electric Lime #CBED04

RGB

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

 GREEN value IS 237 (92.97% from 255) = 53.38%

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

R = 45.72%
G = 53.38%
B = 0.9%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#CBED04 (or 0xCBED04) is known color: Electric Lime. HEX triplet: CB, ED and 04. RGB value is (203,237,4). Sum of RGB (Red+Green+Blue) = 203+237+4=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 237 (92.97% from 255 or 53.38% from 444); Blue value is 4 (1.95% from 255 or 0.90% from 444); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBED04 is #3412FB. Grayscale: #C9C9C9. Windows color (decimal): -3412732 or 323019. OLE color: 323019.

HSL color Cylindrical-coordinate representation of color #CBED04: hue angle of 68.76º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CBED04 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 237 4 -
CMYK 0.14 0 0.98 0.07
HSL 68.76º 0.97% 0.47% -
HSV(B) 68.76º 0.98% 0.93% -
XYZ 54.93 73.27 11.36 -
YUV 200.27 17.24 129.95 -
System Red Green Blue C M Y K H S L
Decimal 203 237 4 0.14 0 0.98 0.07 68.76 0.97 0.47
Hex CB ED 4 E 0 62 7 45 61 2F
Octal 313 355 4 16 0 142 7 105 141 57
Binary 11001011 11101101 100 1110 0 1100010 111 1000101 1100001 101111

Color Harmonies of #CBED04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBED04

Black with #CBED04

Text Example


Text Example

White with #CBED04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBED04; }

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

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

background-color css

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

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

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

border-color css

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

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

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