Html Css Color HEX #CBED05 Electric Lime

📋 copy color: '#CBED05'

red 203 ◦ green 237 ◦ blue 5

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

Shades of Electric Lime #CBED05

Tints of Electric Lime #CBED05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.12%

R = 45.62%
G = 53.26%
B = 1.12%

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

#CBED05 (or 0xCBED05) is known color: Electric Lime. HEX triplet: CB, ED and 05. RGB value is (203,237,5). Sum of RGB (Red+Green+Blue) = 203+237+5=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 237 (92.97% from 255 or 53.26% from 445); Blue value is 5 (2.34% from 255 or 1.12% from 445); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBED05 is #3412FA. Grayscale: #C9C9C9. Windows color (decimal): -3412731 or 388555. OLE color: 388555.

HSL color Cylindrical-coordinate representation of color #CBED05: hue angle of 68.79º degrees, saturation: 0.96, 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 #CBED05 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 237 5 -
CMYK 0.14 0 0.98 0.07
HSL 68.79º 0.96% 0.47% -
HSV(B) 68.79º 0.98% 0.93% -
XYZ 54.94 73.28 11.39 -
YUV 200.39 17.74 129.86 -
System Red Green Blue C M Y K H S L
Decimal 203 237 5 0.14 0 0.98 0.07 68.79 0.96 0.47
Hex CB ED 5 E 0 62 7 45 60 2F
Octal 313 355 5 16 0 142 7 105 140 57
Binary 11001011 11101101 101 1110 0 1100010 111 1000101 1100000 101111

Color Harmonies of #CBED05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBED05

Black with #CBED05

Text Example


Text Example

White with #CBED05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBED05; }

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

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

background-color css

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

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

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

border-color css

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

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

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