Html Css Color HEX #CBED09 Electric Lime

📋 copy color: '#CBED09'

red 203 ◦ green 237 ◦ blue 9

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

Shades of Electric Lime #CBED09

Tints of Electric Lime #CBED09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2%

R = 45.21%
G = 52.78%
B = 2%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#CBED09 (or 0xCBED09) is known color: Electric Lime. HEX triplet: CB, ED and 09. RGB value is (203,237,9). Sum of RGB (Red+Green+Blue) = 203+237+9=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 237 (92.97% from 255 or 52.78% from 449); Blue value is 9 (3.91% from 255 or 2.00% from 449); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED09 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBED09 is #3412F6. Grayscale: #C9C9C9. Windows color (decimal): -3412727 or 650699. OLE color: 650699.

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

Color convert

RGB 203 237 9 -
CMYK 0.14 0 0.96 0.07
HSL 68.95º 0.93% 0.48% -
HSV(B) 68.95º 0.96% 0.93% -
XYZ 54.96 73.28 11.51 -
YUV 200.84 19.74 129.54 -
System Red Green Blue C M Y K H S L
Decimal 203 237 9 0.14 0 0.96 0.07 68.95 0.93 0.48
Hex CB ED 9 E 0 60 7 45 5D 30
Octal 313 355 11 16 0 140 7 105 135 60
Binary 11001011 11101101 1001 1110 0 1100000 111 1000101 1011101 110000

Color Harmonies of #CBED09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBED09

Black with #CBED09

Text Example


Text Example

White with #CBED09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBED09; }

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

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

background-color css

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

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

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

border-color css

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

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

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