Html Css Color HEX #CBE70D Electric Lime

📋 copy color: '#CBE70D'

red 203 ◦ green 231 ◦ blue 13

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

Shades of Electric Lime #CBE70D

Tints of Electric Lime #CBE70D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.91%

R = 45.41%
G = 51.68%
B = 2.91%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#CBE70D (or 0xCBE70D) is known color: Electric Lime. HEX triplet: CB, E7 and 0D. RGB value is (203,231,13). Sum of RGB (Red+Green+Blue) = 203+231+13=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 231 (90.62% from 255 or 51.68% from 447); Blue value is 13 (5.47% from 255 or 2.91% from 447); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE70D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBE70D is #3418F2. Grayscale: #C6C6C6. Windows color (decimal): -3414259 or 911307. OLE color: 911307.

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

Color convert

RGB 203 231 13 -
CMYK 0.12 0 0.94 0.09
HSL 67.71º 0.89% 0.48% -
HSV(B) 67.71º 0.94% 0.91% -
XYZ 53.28 69.88 11.06 -
YUV 197.78 23.72 131.73 -
System Red Green Blue C M Y K H S L
Decimal 203 231 13 0.12 0 0.94 0.09 67.71 0.89 0.48
Hex CB E7 D C 0 5E 9 44 59 30
Octal 313 347 15 14 0 136 11 104 131 60
Binary 11001011 11100111 1101 1100 0 1011110 1001 1000100 1011001 110000

Color Harmonies of #CBE70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE70D

Black with #CBE70D

Text Example


Text Example

White with #CBE70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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