Html Css Color HEX #CBED0C Electric Lime

📋 copy color: '#CBED0C'

red 203 ◦ green 237 ◦ blue 12

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

Shades of Electric Lime #CBED0C

Tints of Electric Lime #CBED0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.65%

R = 44.91%
G = 52.43%
B = 2.65%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#CBED0C (or 0xCBED0C) is known color: Electric Lime. HEX triplet: CB, ED and 0C. RGB value is (203,237,12). Sum of RGB (Red+Green+Blue) = 203+237+12=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 237 (92.97% from 255 or 52.43% from 452); Blue value is 12 (5.08% from 255 or 2.65% from 452); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBED0C is #3412F3. Grayscale: #CACACA. Windows color (decimal): -3412724 or 847307. OLE color: 847307.

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

Color convert

RGB 203 237 12 -
CMYK 0.14 0 0.95 0.07
HSL 69.07º 0.9% 0.49% -
HSV(B) 69.07º 0.95% 0.93% -
XYZ 54.98 73.29 11.6 -
YUV 201.18 21.24 129.3 -
System Red Green Blue C M Y K H S L
Decimal 203 237 12 0.14 0 0.95 0.07 69.07 0.9 0.49
Hex CB ED C E 0 5F 7 45 5A 31
Octal 313 355 14 16 0 137 7 105 132 61
Binary 11001011 11101101 1100 1110 0 1011111 111 1000101 1011010 110001

Color Harmonies of #CBED0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBED0C

Black with #CBED0C

Text Example


Text Example

White with #CBED0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBED0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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